POINTER_DEVICE_CURSOR_INFO structure (winuser.h)
Contains cursor ID mappings for pointer devices.
Syntax
typedef struct tagPOINTER_DEVICE_CURSOR_INFO {
UINT32 cursorId;
POINTER_DEVICE_CURSOR_TYPE cursor;
} POINTER_DEVICE_CURSOR_INFO;
Members
cursorId
The assigned cursor ID.
cursor
The POINTER_DEVICE_CURSOR_TYPE that the ID is mapped to.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | winuser.h |