msgs12.hlp (Topic list)
WM_FLASHWINDOW (1.2)
Message Group  Overview                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINFRAMEMGR
 
WM_FLASHWINDOW
fFlash = (BOOL) SHORT1FROMMP(mp1);    /* flash flag */
 
The WM_FLASHWINDOW message is sent to the frame window as a result of a call
to the WinFlashWindow function.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
fFlash     Low word of mp1. Specifies whether the window is to start or stop
           flashing. A value of TRUE starts the flashing; FALSE stops the
           flashing.
 
Return Value
 
The frame-window procedure returns TRUE if the start/stop command is
successful or FALSE if an error occurs.
 
See Also
 
WinFlashWindow