ReactOS 0.4.16-dev-751-g45ed1a9
|
#include <parser.h>
Public Attributes | |
ITEM_PREFIX | Prefix |
union { | |
UCHAR UData8 [4] | |
CHAR SData8 [4] | |
USHORT UData16 [2] | |
SHORT SData16 [2] | |
ULONG UData32 | |
LONG SData32 | |
} | Data |
union { ... } SHORT_ITEM::Data |
Referenced by HidParser_ParseReportDescriptor().
ITEM_PREFIX SHORT_ITEM::Prefix |
USHORT SHORT_ITEM::UData16[2] |
Definition at line 95 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
ULONG SHORT_ITEM::UData32 |
Definition at line 97 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().
UCHAR SHORT_ITEM::UData8[4] |
Definition at line 93 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().