ReactOS 0.4.16-dev-736-g28b802b
|
#include <parser.h>
Public Attributes | |
USHORT | UsagePage |
ULONG | LogicalMinimum |
ULONG | LogicialMaximum |
ULONG | PhysicalMinimum |
ULONG | PhysicalMaximum |
UCHAR | UnitExponent |
UCHAR | Unit |
ULONG | ReportSize |
ULONG | ReportCount |
UCHAR | ReportId |
struct __GLOBAL_ITEM_STATE__ * | Next |
ULONG __GLOBAL_ITEM_STATE_::LogicalMinimum |
Definition at line 133 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
ULONG __GLOBAL_ITEM_STATE_::LogicialMaximum |
Definition at line 134 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
struct __GLOBAL_ITEM_STATE__* __GLOBAL_ITEM_STATE_::Next |
Definition at line 142 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
ULONG __GLOBAL_ITEM_STATE_::PhysicalMaximum |
Definition at line 136 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
ULONG __GLOBAL_ITEM_STATE_::PhysicalMinimum |
Definition at line 135 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
ULONG __GLOBAL_ITEM_STATE_::ReportCount |
Definition at line 140 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
UCHAR __GLOBAL_ITEM_STATE_::ReportId |
Definition at line 141 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
ULONG __GLOBAL_ITEM_STATE_::ReportSize |
Definition at line 139 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
UCHAR __GLOBAL_ITEM_STATE_::Unit |
Definition at line 138 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
UCHAR __GLOBAL_ITEM_STATE_::UnitExponent |
Definition at line 137 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
USHORT __GLOBAL_ITEM_STATE_::UsagePage |
Definition at line 132 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().