C# Class Gwupe.Agent.FlashWindowHelper.FLASHWINFO

Show file Open project: gwupe/Gwupe

Public Properties

Property Type Description
cbSize uint
dwFlags uint
dwTimeout uint
hwnd System.IntPtr
uCount uint

Property Details

cbSize public property

The size of the structure in bytes.
public uint cbSize
return uint

dwFlags public property

The Flash Status.
public uint dwFlags
return uint

dwTimeout public property

The rate at which the Window is to be flashed, in milliseconds. If Zero, the function uses the default cursor blink rate.
public uint dwTimeout
return uint

hwnd public property

A Handle to the Window to be Flashed. The window can be either opened or minimized.
public IntPtr,System hwnd
return System.IntPtr

uCount public property

The number of times to Flash the window.
public uint uCount
return uint