Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about a global item that the HID parser does not recognize.
typedef struct _HIDP_UNKNOWN_TOKEN { UCHAR Token; UCHAR Reserved[3]; ULONG BitField;} HIDP_UNKNOWN_TOKEN, * PHIDP_UNKNOWN_TOKEN;
Members
- Token
One-byte prefix of a global item. - Reserved
Reserved for internal system use. - BitField
Data part of the global item.
Remarks
Use HIDP_UNKNOWN_TOKEN with the HIDP_EXTENDED_ATTRIBUTES structure. The HidP_GetExtendedAttributes function returns a HIDP_EXTENDED_ATTRIBUTES structure, which contains a variable length array of HIDP_UNKNOWN_TOKEN structures.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Hidpi.h.
See Also
HIDP_EXTENDED_ATTRIBUTES, HidP_GetExtendedAttributes
Send Feedback on this topic to the authors