struttura HIDP_REPORT_IDS (hidpddi.h)
Contiene informazioni sull'ID report per una raccolta di livello superiore.
Sintassi
typedef struct _HIDP_REPORT_IDS {
UCHAR ReportID;
UCHAR CollectionNumber;
USHORT InputLength;
USHORT OutputLength;
USHORT FeatureLength;
} HIDP_REPORT_IDS, *PHIDP_REPORT_IDS;
Membri
ReportID
ID report della raccolta di primo livello.
CollectionNumber
Indice della raccolta nella matrice di HIDP_COLLECTION_DESC struttura.
InputLength
Lunghezza di un report di input di questo ID report.
OutputLength
Lunghezza di un report di output di questo ID report. Un report di input, un report di output e un report di funzionalità possono usare lo stesso report.
FeatureLength
Lunghezza di un report di funzionalità di questo ID report.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | hidpddi.h (include Hidpddi.h) |