ReactOS 0.4.16-dev-106-g10b08aa
|
#include <parser.h>
Public Attributes | |
UCHAR | Type |
ULONG | Usage |
UCHAR | StringID |
UCHAR | PhysicalID |
ULONG | ReportCount |
ULONG | NodeCount |
struct __HID_COLLECTION__ ** | Nodes |
struct __HID_COLLECTION__ * | Root |
struct _HID_REPORT ** | Reports |
ULONG | Offsets [1] |
ULONG __HID_COLLECTION__::NodeCount |
Definition at line 212 of file parser.h.
Referenced by HidParser_AddCollection(), HidParser_GetCollection(), and HidParser_NumberOfTopCollections().
struct __HID_COLLECTION__** __HID_COLLECTION__::Nodes |
Definition at line 214 of file parser.h.
Referenced by HidParser_AddCollection(), and HidParser_GetCollection().
ULONG __HID_COLLECTION__::Offsets[1] |
Definition at line 218 of file parser.h.
Referenced by HidParser_StoreCollection().
ULONG __HID_COLLECTION__::ReportCount |
Definition at line 211 of file parser.h.
Referenced by HidParser_ReserveReportItems().
struct _HID_REPORT** __HID_COLLECTION__::Reports |
struct __HID_COLLECTION__* __HID_COLLECTION__::Root |
Definition at line 215 of file parser.h.
Referenced by HidParser_ParseReportDescriptor().