FlashWindow method

int FlashWindow(
  1. Pointer<HWND__> hWnd,
  2. int bInvert
)

Implementation

int FlashWindow(
  ffi.Pointer<HWND__> hWnd,
  int bInvert,
) {
  return _FlashWindow(
    hWnd,
    bInvert,
  );
}