HIDP_UNKNOWN_TOKEN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hidpi.h

typedef struct _HIDP_UNKNOWN_TOKEN {
  UCHAR Token;
  UCHAR Reserved[3];
  ULONG BitField;
} HIDP_UNKNOWN_TOKEN, *PHIDP_UNKNOWN_TOKEN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hidpi-_hidp_unknown_token)

_HIDP_UNKNOWN_TOKEN structure

Description

The HIDP_UNKNOWN_TOKEN structure contains information about a global item that the HID parser did not recognize.

Members

Token

Specifies the one-byte prefix of a global item.

Reserved

Reserved for internal system use.

BitField

Specifies the data part of the global item.

Remarks

HIDP_UNKNOWN_TOKEN is designed to be used with the HIDP_EXTENDED_ATTRIBUTES structure. HidP_GetExtendedAttributes returns a HIDP_EXTENDED_ATTRIBUTES structure, which contains a variable length array of HIDP_UNKNOWN_TOKEN structures.

See also

HIDP_EXTENDED_ATTRIBUTES

HidP_GetExtendedAttributes