GetWindowOrgEx method

int GetWindowOrgEx(
  1. Pointer<HDC__> hdc,
  2. Pointer<POINT> lppoint
)

Implementation

int GetWindowOrgEx(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<POINT> lppoint,
) {
  return _GetWindowOrgEx(
    hdc,
    lppoint,
  );
}