GetWindowRgnBox method

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

Implementation

int GetWindowRgnBox(
  ffi.Pointer<HWND__> hWnd,
  ffi.Pointer<LPRECT> lprc,
) {
  return (_GetWindowRgnBox ??=
      _dylib.lookupFunction<_c_GetWindowRgnBox, _dart_GetWindowRgnBox>(
          'GetWindowRgnBox'))(
    hWnd,
    lprc,
  );
}