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;
Members
ReportID
ID del report della raccolta di livello superiore.
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 sulle funzionalità di questo ID report.
Requisiti
Requisito | Valore |
---|---|
Intestazione | hidpddi.h (include Hidpddi.h) |