Group: Error Handling - Library: user32
The FlashWindowEx function flashes the specified window. It does not change the active state of the window.
Using FlashWindowEx to flash the taskbar button of the VFP application
BOOL FlashWindowEx(
PFLASHWINFO pfwi // flash status information
);
DECLARE INTEGER FlashWindowEx IN user32;
STRING pfwi
pfwi [in] Pointer to the FLASHWINFO structure.
The return value specifies the window"s state before the call to the FlashWindowEx function.
Windows NT/2000/XP: Included in Windows 2000 and later.
Windows 95/98/Me: Included in Windows 98 and later.