|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hidport.h>

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] |
| UCHAR _HID_DESCRIPTOR::bDescriptorType |
Definition at line 36 of file hidport.h.
Referenced by Hid_PnpStart().
| UCHAR _HID_DESCRIPTOR::bLength |
Definition at line 35 of file hidport.h.
Referenced by Hid_PnpStart(), HidClassFDO_GetDescriptors(), and HidInternalDeviceControl().
| UCHAR _HID_DESCRIPTOR::bNumDescriptors |
Definition at line 39 of file hidport.h.
Referenced by HidClassFDO_GetDescriptors(), and HidUsb_GetReportDescriptor().
| struct _HID_DESCRIPTOR::_HID_DESCRIPTOR_DESC_LIST _HID_DESCRIPTOR::DescriptorList[1] |
Referenced by HidClassFDO_GetDescriptors(), HidClassFDO_StartDevice(), and HidUsb_GetReportDescriptor().