GetWindowRgn method
Implementation
int GetWindowRgn(
ffi.Pointer<HWND__> hWnd,
ffi.Pointer<HRGN__> hRgn,
) {
return (_GetWindowRgn ??= _dylib
.lookupFunction<_c_GetWindowRgn, _dart_GetWindowRgn>('GetWindowRgn'))(
hWnd,
hRgn,
);
}