Struct ClFlasher.FLASHWINFO
- Namespace
- SunamoCl
- Assembly
- SunamoCl.dll
Structure containing information for the FlashWindowEx function
public struct ClFlasher.FLASHWINFO
- Inherited Members
- Extension Methods
Fields
cbSize
Size of the structure in bytes
public uint cbSize
Field Value
dwFlags
Flash status flags
public uint dwFlags
Field Value
dwTimeout
Rate of flashing in milliseconds, or zero for default cursor blink rate
public uint dwTimeout
Field Value
hwnd
Handle to the window to be flashed
public nint hwnd
Field Value
uCount
Number of times to flash the window
public uint uCount