C# Class OdessaGUIProject.FlashWindow.FLASHWINFO

Afficher le fichier Open project: noahsw/highlight-hunter

Méthodes publiques

Свойство 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
Résultat uint

dwFlags public_oe property

The Flash Status.
public uint dwFlags
Résultat 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
Résultat 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
Résultat System.IntPtr

uCount public_oe property

The number of times to Flash the window.
public uint uCount
Résultat uint