Table of Contents

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

uint

dwFlags

Flash status flags

public uint dwFlags

Field Value

uint

dwTimeout

Rate of flashing in milliseconds, or zero for default cursor blink rate

public uint dwTimeout

Field Value

uint

hwnd

Handle to the window to be flashed

public nint hwnd

Field Value

nint

uCount

Number of times to flash the window

public uint uCount

Field Value

uint