Share via


HIDP_EXTENDED_ATTRIBUTES (Windows CE 5.0)

Send Feedback

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

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.
  • Data
    Memory location where HidP_GetExtendedAttributes returns a variable length array of HIDP_UNKNOWN_TOKEN structures.

Remarks

The HIDP_EXTENDED_ATTRIBUTES structure is designed to be used with HidP_GetExtendedAttributes.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Hidpi.h.

See Also

HidP_GetExtendedAttributes | HIDP_UNKNOWN_TOKEN

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.