GetCurrentObject method

Pointer<Void> GetCurrentObject(
  1. Pointer<HDC__> hdc,
  2. int type
)

Implementation

ffi.Pointer<ffi.Void> GetCurrentObject(
  ffi.Pointer<HDC__> hdc,
  int type,
) {
  return _GetCurrentObject(
    hdc,
    type,
  );
}