win32gui.FlashWindowEx

int = FlashWindowEx(hwnd, dwFlags , uCount , dwTimeout )

The FlashWindowEx function flashes the specified window a specified number of times.

Parameters

hwnd : PyHANDLE

Handle to a window

dwFlags : int

Combination of win32con.FLASHW_* flags

uCount : int

Nbr of times to flash

dwTimeout : int

Elapsed time between flashes, in milliseconds