共用方式為


HIDP_GETCOLDESC_DBG 結構 (hidpddi.h)

包含錯誤碼,指出剖析報表描述元時失敗。 這個結構用於 HidP_GetCollectionDescription 呼叫中。

語法

typedef struct _HIDP_GETCOLDESC_DBG {
  ULONG BreakOffset;
  ULONG ErrorCode;
  ULONG Args[6];
} HIDP_GETCOLDESC_DBG, *PHIDP_GETCOLDESC_DBG;

成員

BreakOffset

發生剖析錯誤的報表描述元中的位元組位移。

ErrorCode

指出剖析錯誤,如果未HIDP_GETCOLDESC_SUCCESS。

所有可能的值都會定義在 hidpddi.h 中,從 HIDP_GETCOLDESC_SUCCESS 到檔案結尾。

Args[6]

錯誤特定的自變數。 這些會在 hidpddi.h 中 ErrorCode 的可能值中描述為批注。

規格需求

需求
標頭 hidpddi.h (包含 Hidpddi.h)

另請參閱

HidP_GetCollectionDescription