GetDCOrgEx method

int GetDCOrgEx(
  1. Pointer<HDC__> hdc,
  2. Pointer<POINT> lppt
)

Implementation

int GetDCOrgEx(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<POINT> lppt,
) {
  return _GetDCOrgEx(
    hdc,
    lppt,
  );
}