Partager via


structure POINTER_TYPE_INFO (winuser.h)

Contient des informations sur le type d’entrée de pointeur.

Syntaxe

typedef struct tagPOINTER_TYPE_INFO {
  POINTER_INPUT_TYPE type;
  union {
    POINTER_TOUCH_INFO touchInfo;
    POINTER_PEN_INFO   penInfo;
  } DUMMYUNIONNAME;
} POINTER_TYPE_INFO, *PPOINTER_TYPE_INFO;

Membres

type

Périphérique d’entrée de pointeur.

DUMMYUNIONNAME

DUMMYUNIONNAME.touchInfo

Structure POINTER_TOUCH_INFO représentant les informations tactiles de base communes à tous les types de pointeurs.

DUMMYUNIONNAME.penInfo

Structure POINTER_PEN_INFO représentant des informations de stylet de base communes à tous les types de pointeurs.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1809 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server [applications de bureau uniquement]
En-tête winuser.h