SynchronizedInputType-Enumeration (uiautomationcore.h)

Enthält Werte, die den Typ synchronisierter Eingaben angeben.

Syntax

typedef enum SynchronizedInputType {
  SynchronizedInputType_KeyUp = 0x1,
  SynchronizedInputType_KeyDown = 0x2,
  SynchronizedInputType_LeftMouseUp = 0x4,
  SynchronizedInputType_LeftMouseDown = 0x8,
  SynchronizedInputType_RightMouseUp = 0x10,
  SynchronizedInputType_RightMouseDown = 0x20
} ;

Konstanten

 
SynchronizedInputType_KeyUp
Wert: 0x1
Eine Taste wurde losgelassen.
SynchronizedInputType_KeyDown
Wert: 0x2
Eine Taste wurde gedrückt.
SynchronizedInputType_LeftMouseUp
Wert: 0x4
Die linke Maustaste wurde losgelassen.
SynchronizedInputType_LeftMouseDown
Wert: 0x8
Die linke Maustaste wurde gedrückt.
SynchronizedInputType_RightMouseUp
Wert: 0x10
Die rechte Maustaste wurde losgelassen.
SynchronizedInputType_RightMouseDown
Wert: 0x20
Die rechte Maustaste wurde gedrückt.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista, Windows XP mit SP3 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008, Windows Server 2003 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps]
Kopfzeile uiautomationcore.h (uiAutomation.h einschließen)