GetROP2 method

int GetROP2(
  1. Pointer<HDC__> hdc
)

Implementation

int GetROP2(
  ffi.Pointer<HDC__> hdc,
) {
  return _GetROP2(
    hdc,
  );
}