HIDP_UNKNOWN_TOKEN (Windows Embedded CE 6.0)
1/6/2010
This structure contains information about a global item that the HID parser does not recognize.
Syntax
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
Header | hidpi.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
HID Parser Structures
HIDP_EXTENDED_ATTRIBUTES
HidP_GetExtendedAttributes