|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <parser.h>
Public Attributes | |
| ULONG | ByteOffset |
| UCHAR | Shift |
| ULONG | Mask |
| UCHAR | BitCount |
| UCHAR | HasData |
| UCHAR | Array |
| UCHAR | Relative |
| ULONG | Minimum |
| ULONG | Maximum |
| ULONG | UsageMinimum |
| ULONG | UsageMaximum |
| ULONG | Data |
| UCHAR | Valid |
| UCHAR HID_REPORT_ITEM::BitCount |
Definition at line 191 of file parser.h.
Referenced by HidParser_GetSpecificValueCapsWithReport(), and HidParser_GetUsagesWithReport().
| ULONG HID_REPORT_ITEM::ByteOffset |
Definition at line 188 of file parser.h.
Referenced by HidParser_GetScaledUsageValueWithReport(), HidParser_GetUsagesWithReport(), and HidParser_GetUsageValueWithReport().
| UCHAR HID_REPORT_ITEM::HasData |
Definition at line 192 of file parser.h.
Referenced by HidParser_GetMaxUsageListLengthWithReportAndPage(), HidParser_GetReportItemTypeCountFromReportType(), and HidParser_GetUsagesWithReport().
| ULONG HID_REPORT_ITEM::Mask |
Definition at line 190 of file parser.h.
Referenced by HidParser_GetScaledUsageValueWithReport(), HidParser_GetUsagesWithReport(), and HidParser_GetUsageValueWithReport().
| ULONG HID_REPORT_ITEM::Maximum |
Definition at line 196 of file parser.h.
Referenced by HidParser_GetScaledUsageValueWithReport(), and HidParser_GetSpecificValueCapsWithReport().
| ULONG HID_REPORT_ITEM::Minimum |
Definition at line 195 of file parser.h.
Referenced by HidParser_GetScaledUsageValueWithReport(), and HidParser_GetSpecificValueCapsWithReport().
| UCHAR HID_REPORT_ITEM::Relative |
Definition at line 194 of file parser.h.
Referenced by HidParser_GetSpecificValueCapsWithReport().
| UCHAR HID_REPORT_ITEM::Shift |
Definition at line 189 of file parser.h.
Referenced by HidParser_GetScaledUsageValueWithReport(), HidParser_GetUsagesWithReport(), and HidParser_GetUsageValueWithReport().
| ULONG HID_REPORT_ITEM::UsageMinimum |
Definition at line 197 of file parser.h.
Referenced by HidParser_GetMaxUsageListLengthWithReportAndPage(), HidParser_GetScaledUsageValueWithReport(), HidParser_GetSpecificValueCapsWithReport(), HidParser_GetUsagesWithReport(), and HidParser_GetUsageValueWithReport().