HIDP_REPORT_IDS 结构 (hidpddi.h)

包含顶级集合的报表 ID 信息。

语法

typedef struct _HIDP_REPORT_IDS {
  UCHAR  ReportID;
  UCHAR  CollectionNumber;
  USHORT InputLength;
  USHORT OutputLength;
  USHORT FeatureLength;
} HIDP_REPORT_IDS, *PHIDP_REPORT_IDS;

成员

ReportID

顶级集合的报表 ID。

CollectionNumber

HIDP_COLLECTION_DESC 结构数组中集合的索引。

InputLength

此报表 ID 的输入报表的长度。

OutputLength

此报表 ID 的输出报表的长度。 输入报表、输出报表和功能报表可以使用同一报表。

FeatureLength

此报表 ID 的功能报表的长度。

要求

要求
Header hidpddi.h (包括 Hidpddi.h)

另请参阅

HidP_GetCollectionDescription