ReactOS 0.4.15-dev-7924-g5949c20
_HID_DESCRIPTOR Struct Reference

#include <hidport.h>

Collaboration diagram for _HID_DESCRIPTOR:

Classes

struct  _HID_DESCRIPTOR_DESC_LIST
 

Public Attributes

UCHAR bLength
 
UCHAR bDescriptorType
 
USHORT bcdHID
 
UCHAR bCountry
 
UCHAR bNumDescriptors
 
struct _HID_DESCRIPTOR::_HID_DESCRIPTOR_DESC_LIST DescriptorList [1]
 

Detailed Description

Definition at line 33 of file hidport.h.

Member Data Documentation

◆ bcdHID

USHORT _HID_DESCRIPTOR::bcdHID

Definition at line 37 of file hidport.h.

◆ bCountry

UCHAR _HID_DESCRIPTOR::bCountry

Definition at line 38 of file hidport.h.

◆ bDescriptorType

UCHAR _HID_DESCRIPTOR::bDescriptorType

Definition at line 36 of file hidport.h.

Referenced by Hid_PnpStart().

◆ bLength

UCHAR _HID_DESCRIPTOR::bLength

Definition at line 35 of file hidport.h.

Referenced by Hid_PnpStart(), HidClassFDO_GetDescriptors(), and HidInternalDeviceControl().

◆ bNumDescriptors

UCHAR _HID_DESCRIPTOR::bNumDescriptors

Definition at line 39 of file hidport.h.

Referenced by HidClassFDO_GetDescriptors(), and HidUsb_GetReportDescriptor().

◆ DescriptorList


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