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 ??=
      _dylib.lookupFunction<_c_GetBinaryTypeW, _dart_GetBinaryTypeW>(
          'GetBinaryTypeW'))(
    lpApplicationName,
    lpBinaryType,
  );
}