int = FlashWindowEx(hwnd, dwFlags
, uCount
, dwTimeout
)
The FlashWindowEx function flashes the specified window a specified number of times.
Parameters
hwnd : PyHANDLE
Handle to a windowdwFlags : int
Combination of win32con.FLASHW_* flagsuCount : int
Nbr of times to flashdwTimeout : int
Elapsed time between flashes, in milliseconds