HIDP_GETCOLDESC_DBG - NtDoc

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

typedef struct _HIDP_GETCOLDESC_DBG {
  ULONG BreakOffset;
  ULONG ErrorCode;
  ULONG Args[6];
} HIDP_GETCOLDESC_DBG, *PHIDP_GETCOLDESC_DBG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hidpddi-_hidp_getcoldesc_dbg)

_HIDP_GETCOLDESC_DBG structure

Description

Contains the error code indicating the failure in parsing the report descriptor. This structure is used in the HidP_GetCollectionDescription call.

Members

BreakOffset

The byte offset in the report descriptor where the parsing error occurred.

ErrorCode

Indicates the parsing error, if it’s not HIDP_GETCOLDESC_SUCCESS.

All possible values are defined in hidpddi.h, from HIDP_GETCOLDESC_SUCCESS to the end of the file.

Args

Error-specific arguments. These are described as comments in the possible values for ErrorCode in hidpddi.h.

See also

HidP_GetCollectionDescription