WindowInteractionState-Enumeration (uiautomationcore.h)

Enthält Werte, die den aktuellen Zustand des Fensters für Benutzerinteraktionen angeben.

Syntax

typedef enum WindowInteractionState {
  WindowInteractionState_Running = 0,
  WindowInteractionState_Closing = 1,
  WindowInteractionState_ReadyForUserInteraction = 2,
  WindowInteractionState_BlockedByModalWindow = 3,
  WindowInteractionState_NotResponding = 4
} ;

Konstanten

 
WindowInteractionState_Running
Wert: 0
Das Fenster wird ausgeführt. Dadurch wird nicht garantiert, dass das Fenster für die Benutzerinteraktion bereit ist oder reagiert.
WindowInteractionState_Closing
Wert: 1
Das Fenster wird geschlossen.
WindowInteractionState_ReadyForUserInteraction
Wert: 2
Das Fenster ist bereit für die Benutzerinteraktion.
WindowInteractionState_BlockedByModalWindow
Wert: 3
Das Fenster wird durch ein modales Fenster blockiert.
WindowInteractionState_NotResponding
Wert: 4
Das Fenster reagiert nicht.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Kopfzeile uiautomationcore.h (uiAutomation.h einschließen)

Weitere Informationen

IWindowProvider