GetBinaryTypeW method

int GetBinaryTypeW(
  1. Pointer<Uint16> lpApplicationName,
  2. Pointer<Uint64> lpBinaryType
)

Implementation

int GetBinaryTypeW(
  ffi.Pointer<ffi.Uint16> lpApplicationName,
  ffi.Pointer<ffi.Uint64> lpBinaryType,
) {
  return _GetBinaryTypeW(
    lpApplicationName,
    lpBinaryType,
  );
}