SetROP2 method

int SetROP2(
  1. Pointer<HDC__> hdc,
  2. int rop2
)

Implementation

int SetROP2(
  ffi.Pointer<HDC__> hdc,
  int rop2,
) {
  return (_SetROP2 ??=
      _dylib.lookupFunction<_c_SetROP2, _dart_SetROP2>('SetROP2'))(
    hdc,
    rop2,
  );
}