Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Contains information about the pointer input type.
Syntax
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;
Members
type
The pointer input device.
DUMMYUNIONNAME
DUMMYUNIONNAME.pointerInfo
DUMMYUNIONNAME.touchInfo
A POINTER_TOUCH_INFO structure representing basic touch information common to all pointer types.
DUMMYUNIONNAME.penInfo
A POINTER_PEN_INFO structure representing basic pen information common to all pointer types.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Header | winuser.h |