ReactOS 0.4.15-dev-8100-g1887773
__HID_COLLECTION__ Struct Reference

#include <parser.h>

Collaboration diagram for __HID_COLLECTION__:

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]
 

Detailed Description

Definition at line 205 of file parser.h.

Member Data Documentation

◆ NodeCount

ULONG __HID_COLLECTION__::NodeCount

◆ Nodes

struct __HID_COLLECTION__** __HID_COLLECTION__::Nodes

Definition at line 214 of file parser.h.

Referenced by HidParser_AddCollection(), and HidParser_GetCollection().

◆ Offsets

ULONG __HID_COLLECTION__::Offsets[1]

Definition at line 218 of file parser.h.

Referenced by HidParser_StoreCollection().

◆ PhysicalID

UCHAR __HID_COLLECTION__::PhysicalID

Definition at line 210 of file parser.h.

◆ ReportCount

ULONG __HID_COLLECTION__::ReportCount

Definition at line 211 of file parser.h.

Referenced by HidParser_ReserveReportItems().

◆ Reports

struct _HID_REPORT** __HID_COLLECTION__::Reports

Definition at line 216 of file parser.h.

◆ Root

struct __HID_COLLECTION__* __HID_COLLECTION__::Root

Definition at line 215 of file parser.h.

Referenced by HidParser_ParseReportDescriptor().

◆ StringID

UCHAR __HID_COLLECTION__::StringID

Definition at line 209 of file parser.h.

◆ Type

UCHAR __HID_COLLECTION__::Type

Definition at line 207 of file parser.h.

◆ Usage

ULONG __HID_COLLECTION__::Usage

Definition at line 208 of file parser.h.


The documentation for this struct was generated from the following file: