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