GetROP2 method

int GetROP2(
  1. Pointer<HDC__> hdc
)

Implementation

int GetROP2(
  ffi.Pointer<HDC__> hdc,
) {
  return (_GetROP2 ??=
      _dylib.lookupFunction<_c_GetROP2, _dart_GetROP2>('GetROP2'))(
    hdc,
  );
}