GetObjectW method

int GetObjectW(
  1. Pointer<Void> h,
  2. int c,
  3. Pointer<Void> pv
)

Implementation

int GetObjectW(
  ffi.Pointer<ffi.Void> h,
  int c,
  ffi.Pointer<ffi.Void> pv,
) {
  return (_GetObjectW ??=
      _dylib.lookupFunction<_c_GetObjectW, _dart_GetObjectW>('GetObjectW'))(
    h,
    c,
    pv,
  );
}