C# Class OdessaGUIProject.FlashWindow.FLASHWINFO

Mostra file Open project: noahsw/highlight-hunter

Public Properties

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

Property Details

cbSize public_oe property

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

dwFlags public_oe property

The Flash Status.
public uint dwFlags
return uint

dwTimeout public_oe 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_oe 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_oe property

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