GetUpdateRect method

int GetUpdateRect(
  1. Pointer<HWND__> hWnd,
  2. Pointer<RECT> lpRect,
  3. int bErase
)

Implementation

int GetUpdateRect(
  ffi.Pointer<HWND__> hWnd,
  ffi.Pointer<RECT> lpRect,
  int bErase,
) {
  return _GetUpdateRect(
    hWnd,
    lpRect,
    bErase,
  );
}