FLASHWINFO structure (winuser.h)
Contains the flash status for a window and the number of times the system should flash the window.
Syntax
typedef struct {
UINT cbSize;
HWND hwnd;
DWORD dwFlags;
UINT uCount;
DWORD dwTimeout;
} FLASHWINFO, *PFLASHWINFO;
Members
cbSize
The size of the structure, in bytes.
hwnd
A handle to the window to be flashed. The window can be either opened or minimized.
dwFlags
The flash status. This parameter can be one or more of the following values.
uCount
The number of times to flash the window.
dwTimeout
The rate at which the window is to be flashed, in milliseconds. If dwTimeout is zero, the function uses the default caret blink rate.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winuser.h (include Windows.h) |