ReactOS 0.4.16-dev-289-g096a551
|
#include <hidclass.h>
Public Attributes | |
ULONG | DescriptorSize |
BOOLEAN | Polled |
UCHAR | Reserved1 [1] |
USHORT | VendorID |
USHORT | ProductID |
USHORT | VersionNumber |
Definition at line 105 of file hidclass.h.
ULONG _HID_COLLECTION_INFORMATION::DescriptorSize |
Definition at line 106 of file hidclass.h.
Referenced by HidClass_DeviceControl(), and HidD_GetPreparsedData().
BOOLEAN _HID_COLLECTION_INFORMATION::Polled |
Definition at line 107 of file hidclass.h.
Referenced by HidClass_DeviceControl().
USHORT _HID_COLLECTION_INFORMATION::ProductID |
Definition at line 110 of file hidclass.h.
Referenced by HidClass_DeviceControl(), and HidD_GetAttributes().
UCHAR _HID_COLLECTION_INFORMATION::Reserved1[1] |
Definition at line 108 of file hidclass.h.
USHORT _HID_COLLECTION_INFORMATION::VendorID |
Definition at line 109 of file hidclass.h.
Referenced by HidClass_DeviceControl(), and HidD_GetAttributes().
USHORT _HID_COLLECTION_INFORMATION::VersionNumber |
Definition at line 111 of file hidclass.h.
Referenced by HidClass_DeviceControl(), and HidD_GetAttributes().