Share via


SynchronizedInputType, énumération (uiautomationcore.h)

Contient des valeurs qui spécifient le type d'entrée synchronisée.

Syntax

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

Constantes

 
SynchronizedInputType_KeyUp
Valeur : 0x1
Une touche a été relâchée.
SynchronizedInputType_KeyDown
Valeur : 0x2
Une touche a été enfoncée.
SynchronizedInputType_LeftMouseUp
Valeur : 0x4
Le bouton gauche de la souris a été relâché.
SynchronizedInputType_LeftMouseDown
Valeur : 0x8
Le bouton gauche de la souris a été enfoncé.
SynchronizedInputType_RightMouseUp
Valeur : 0x10
Le bouton droit de la souris a été relâché.
SynchronizedInputType_RightMouseDown
Valeur : 0x20
Le bouton droit de la souris a été enfoncé.

Configuration requise

   
Client minimal pris en charge Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista, Windows XP avec SP3 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008, Windows Server 2003 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP]
En-tête uiautomationcore.h (incluez UIAutomation.h)