GetWindowRgnBox method

int GetWindowRgnBox(
  1. Pointer<HWND__> hWnd,
  2. Pointer<RECT> lprc
)

Implementation

int GetWindowRgnBox(
  ffi.Pointer<HWND__> hWnd,
  ffi.Pointer<RECT> lprc,
) {
  return _GetWindowRgnBox(
    hWnd,
    lprc,
  );
}