FlashWindowEx The FlashWindowEx function flashes the specified window. Using this function, you can specify the number of times the system will flash the window, whereas the FlashWindow function flashes the window only once. VB4-32,5,6 Declare Function FlashWindowEx Lib "user32" (pfwi As FLASHWINFO) As Boolean |
Operating Systems Supported |
Requires Windows 2000 or later; Requires Windows 98 or later |
· pfwi [in] Pointer to the FLASHWINFO structure. |
The return value specifies the window's state before the call to the FlashWindowEx function. If the window caption was drawn as active before the call, the return value is nonzero. Otherwise, the return value is zero. |
|