estructura HIDP_REPORT_IDS (hidpddi.h)

Contiene información de identificador de informe para una colección de nivel superior.

Sintaxis

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

Miembros

ReportID

Identificador de informe de la colección de nivel superior.

CollectionNumber

Índice de la colección en la matriz de HIDP_COLLECTION_DESC estructura.

InputLength

Longitud de un informe de entrada de este identificador de informe.

OutputLength

Longitud de un informe de salida de este identificador de informe. Un informe de entrada, un informe de salida y un informe de características pueden usar el mismo informe.

FeatureLength

Longitud de un informe de características de este identificador de informe.

Requisitos

Requisito Valor
Header hidpddi.h (include Hidpddi.h)

Consulte también

HidP_GetCollectionDescription