GetUpdateRgn method
Implementation
int GetUpdateRgn(
ffi.Pointer<HWND__> hWnd,
ffi.Pointer<HRGN__> hRgn,
int bErase,
) {
return (_GetUpdateRgn ??= _dylib
.lookupFunction<_c_GetUpdateRgn, _dart_GetUpdateRgn>('GetUpdateRgn'))(
hWnd,
hRgn,
bErase,
);
}