UpdateWindow method

int UpdateWindow(
  1. Pointer<HWND__> hWnd
)

Implementation

int UpdateWindow(
  ffi.Pointer<HWND__> hWnd,
) {
  return _UpdateWindow(
    hWnd,
  );
}