ReactOS 0.4.15-dev-7924-g5949c20
SHORT_ITEM Struct Reference

#include <parser.h>

Collaboration diagram for SHORT_ITEM:

Public Attributes

ITEM_PREFIX Prefix
 
union {
   UCHAR   UData8 [4]
 
   CHAR   SData8 [4]
 
   USHORT   UData16 [2]
 
   SHORT   SData16 [2]
 
   ULONG   UData32
 
   LONG   SData32
 
Data
 

Detailed Description

Definition at line 87 of file parser.h.

Member Data Documentation

◆ 

union { ... } SHORT_ITEM::Data

◆ Prefix

ITEM_PREFIX SHORT_ITEM::Prefix

Definition at line 89 of file parser.h.

◆ SData16

SHORT SHORT_ITEM::SData16[2]

Definition at line 96 of file parser.h.

◆ SData32

LONG SHORT_ITEM::SData32

Definition at line 98 of file parser.h.

◆ SData8

CHAR SHORT_ITEM::SData8[4]

Definition at line 94 of file parser.h.

◆ UData16

USHORT SHORT_ITEM::UData16[2]

Definition at line 95 of file parser.h.

Referenced by HidParser_ParseReportDescriptor().

◆ UData32

ULONG SHORT_ITEM::UData32

Definition at line 97 of file parser.h.

Referenced by HidParser_ParseReportDescriptor().

◆ UData8

UCHAR SHORT_ITEM::UData8[4]

Definition at line 93 of file parser.h.

Referenced by HidParser_ParseReportDescriptor().


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