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

Public Attributes | |
| union { | |
| struct { | |
| USHORT UsageId | |
| USHORT UsagePage | |
| } s | |
| ULONG Extended | |
| } | u |
| UCHAR | IsExtended |
| ULONG usage_value::Extended |
Definition at line 154 of file parser.h.
Referenced by HidParser_AllocateCollection(), HidParser_InitReportItem(), and HidParser_ParseReportDescriptor().
| UCHAR usage_value::IsExtended |
Definition at line 157 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
| struct { ... } usage_value::s |
Referenced by HidParser_ParseReportDescriptor().
| union { ... } usage_value::u |
Referenced by HidParser_AllocateCollection(), HidParser_InitReportItem(), and HidParser_ParseReportDescriptor().