Click or drag to resize
Xcalibur Systems LLC Logo

FlashWindowStatusInfo Structure

Contains the flash status for a window and the number of times the system should flash the window.

FLASHWINFO structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.WindowsFlashWindowStatusInfo

Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct FlashWindowStatusInfo

The FlashWindowStatusInfo type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldCount The number of times to flash the window.
Public fieldFlags The flash status using type .
Public fieldSize The size of the structure, in bytes.
Public fieldTimeout The rate at which the window is to be flashed, in milliseconds. If Timeout is zero, the function uses the default cursor blink rate.
Public fieldWindowHandle A handle to the window to be flashed. The window can be either opened or minimized.
Top
See Also