HIDSPICX_REPORT結構 (hidspicx.h)
HIDSPICX_REPORT 結構可用來表示輸入和輸出報表。
語法
typedef struct _HIDSPICX_REPORT {
UCHAR ReportType;
USHORT ReportContentLength;
UCHAR ReportId;
UCHAR ReportContent[0];
} HIDSPICX_REPORT;
成員
ReportType
報表的內容類型。
ReportContentLength
ReportContent 欄位的長度。
ReportId
唯一報表標識碼。
ReportContent[0]
原始 HID 報表或命令參數。
言論
此結構是使用,而不是包含標頭的完整報表結構,因為客戶端預期會封送要透過網路傳送的數據結構。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 11 |
標頭 | hidspicx.h |