struktur POINTER_TYPE_INFO (winuser.h)

Berisi informasi tentang jenis input penunjuk.

Sintaks

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

Anggota

type

Perangkat input pointer.

DUMMYUNIONNAME

DUMMYUNIONNAME.pointerInfo

DUMMYUNIONNAME.touchInfo

Struktur POINTER_TOUCH_INFO yang mewakili informasi sentuhan dasar yang umum untuk semua jenis penunjuk.

DUMMYUNIONNAME.penInfo

Struktur POINTER_PEN_INFO yang mewakili informasi pena dasar yang umum untuk semua jenis penunjuk.

Persyaratan

Persyaratan Nilai
Klien minimum yang didukung Windows 10, versi 1809 [hanya aplikasi desktop]
Server minimum yang didukung Windows Server [hanya aplikasi desktop]
Header winuser.h