ExcludeUpdateRgn method

int ExcludeUpdateRgn(
  1. Pointer<HDC__> hDC,
  2. Pointer<HWND__> hWnd
)

Implementation

int ExcludeUpdateRgn(
  ffi.Pointer<HDC__> hDC,
  ffi.Pointer<HWND__> hWnd,
) {
  return _ExcludeUpdateRgn(
    hDC,
    hWnd,
  );
}