Share via


HIDP_EXTENDED_ATTRIBUTES (Windows Embedded CE 6.0)

1/6/2010

This structure contains information about the global items specified for a HID control that the HID parser does not recognize.

Syntax

typedef struct _HIDP_EXTENDED_ATTRIBUTES {
  UCHAR NumGlobalUnknowns;
  UCHAR Reserved[3];
  PHIDP_UNKNOWN_TOKEN GlobalUnknowns;
  ULONG Data[1];
} HIDP_EXTENDED_ATTRIBUTES, * PHIDP_EXTENDED_ATTRIBUTES;

Members

  • NumGlobalUnknowns
    Number of HIDP_UNKNOWN_TOKEN structures in the list specified by Data.
  • Reserved
    Reserved for internal system use only.
  • GlobalUnknowns
    Reserved for internal system use only.

Remarks

The HIDP_EXTENDED_ATTRIBUTES structure is designed to be used with HidP_GetExtendedAttributes.

Requirements

Header hidpi.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

HID Parser Structures
HidP_GetExtendedAttributes
HIDP_UNKNOWN_TOKEN