|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <parser.h>

Public Attributes | |
| UCHAR | Type |
| UCHAR | ReportID |
| ULONG | ReportSize |
| ULONG | ItemCount |
| ULONG | ItemAllocated |
| HID_REPORT_ITEM | Items [1] |
| ULONG _HID_REPORT::ItemAllocated |
Definition at line 228 of file parser.h.
Referenced by HidParser_AddMainItem(), and HidParser_ReserveReportItems().
| ULONG _HID_REPORT::ItemCount |
Definition at line 227 of file parser.h.
Referenced by HidParser_AddMainItem(), HidParser_GetMaxUsageListLengthWithReportAndPage(), HidParser_GetReportItemCountFromReportType(), HidParser_GetReportItemTypeCountFromReportType(), HidParser_GetScaledUsageValueWithReport(), HidParser_GetSpecificValueCapsWithReport(), HidParser_GetUsagesWithReport(), and HidParser_GetUsageValueWithReport().
| HID_REPORT_ITEM _HID_REPORT::Items[1] |
Definition at line 229 of file parser.h.
Referenced by HidParser_AddMainItem(), HidParser_GetMaxUsageListLengthWithReportAndPage(), HidParser_GetReportItemTypeCountFromReportType(), HidParser_GetScaledUsageValueWithReport(), HidParser_GetSpecificValueCapsWithReport(), HidParser_GetUsagesWithReport(), and HidParser_GetUsageValueWithReport().
| UCHAR _HID_REPORT::ReportID |
Definition at line 225 of file parser.h.
Referenced by HidParser_AllocateReport(), HidParser_GetSpecificValueCapsWithReport(), and HidParser_UsesReportId().
| ULONG _HID_REPORT::ReportSize |
Definition at line 226 of file parser.h.
Referenced by HidParser_GetReportLength(), HidParser_GetScaledUsageValueWithReport(), HidParser_GetUsagesWithReport(), and HidParser_GetUsageValueWithReport().
| UCHAR _HID_REPORT::Type |
Definition at line 224 of file parser.h.
Referenced by HidParser_AllocateReport(), and HidParser_SearchReportInCollection().