다음을 통해 공유


HIDP_UNKNOWN_TOKEN (Compact 2013)

3/26/2014

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.
  • 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

See Also

Reference

HID Parser Structures
HIDP_EXTENDED_ATTRIBUTES
HidP_GetExtendedAttributes