ReactOS 0.4.15-dev-7842-g558ab78
_HID_REPORT Struct Reference

#include <parser.h>

Collaboration diagram for _HID_REPORT:

Public Attributes

UCHAR Type
 
UCHAR ReportID
 
ULONG ReportSize
 
ULONG ItemCount
 
ULONG ItemAllocated
 
HID_REPORT_ITEM Items [1]
 

Detailed Description

Definition at line 222 of file parser.h.

Member Data Documentation

◆ ItemAllocated

ULONG _HID_REPORT::ItemAllocated

Definition at line 228 of file parser.h.

Referenced by HidParser_AddMainItem(), and HidParser_ReserveReportItems().

◆ ItemCount

◆ Items

◆ ReportID

UCHAR _HID_REPORT::ReportID

◆ ReportSize

◆ Type

UCHAR _HID_REPORT::Type

Definition at line 224 of file parser.h.

Referenced by HidParser_AllocateReport(), and HidParser_SearchReportInCollection().


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