ReactOS 0.4.15-dev-7998-gdb93cb1
_HIDP_COLLECTION_DESC Struct Reference

#include <hidpddi.h>

Collaboration diagram for _HIDP_COLLECTION_DESC:

Public Attributes

USAGE UsagePage
 
USAGE Usage
 
UCHAR CollectionNumber
 
UCHAR Reserved [15]
 
USHORT InputLength
 
USHORT OutputLength
 
USHORT FeatureLength
 
USHORT PreparsedDataLength
 
PHIDP_PREPARSED_DATA PreparsedData
 

Detailed Description

Definition at line 7 of file hidpddi.h.

Member Data Documentation

◆ CollectionNumber

UCHAR _HIDP_COLLECTION_DESC::CollectionNumber

Definition at line 11 of file hidpddi.h.

Referenced by HidClassPDO_CreatePDO().

◆ FeatureLength

USHORT _HIDP_COLLECTION_DESC::FeatureLength

Definition at line 15 of file hidpddi.h.

◆ InputLength

USHORT _HIDP_COLLECTION_DESC::InputLength

Definition at line 13 of file hidpddi.h.

Referenced by HidClass_BuildIrp(), and HidClass_ReadCompleteIrp().

◆ OutputLength

USHORT _HIDP_COLLECTION_DESC::OutputLength

Definition at line 14 of file hidpddi.h.

◆ PreparsedData

PHIDP_PREPARSED_DATA _HIDP_COLLECTION_DESC::PreparsedData

Definition at line 17 of file hidpddi.h.

Referenced by HidClass_DeviceControl().

◆ PreparsedDataLength

USHORT _HIDP_COLLECTION_DESC::PreparsedDataLength

Definition at line 16 of file hidpddi.h.

Referenced by HidClass_DeviceControl().

◆ Reserved

UCHAR _HIDP_COLLECTION_DESC::Reserved[15]

Definition at line 12 of file hidpddi.h.

◆ Usage

USAGE _HIDP_COLLECTION_DESC::Usage

Definition at line 10 of file hidpddi.h.

Referenced by HidClassPDO_HandleQueryHardwareId().

◆ UsagePage

USAGE _HIDP_COLLECTION_DESC::UsagePage

Definition at line 9 of file hidpddi.h.

Referenced by HidClassPDO_HandleQueryHardwareId().


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