// hidport.h
// CTL_CODE(0x000b, 0x000, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_HID_GET_DEVICE_DESCRIPTOR 0x000B0003
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_HID_GET_DEVICE_DESCRIPTOR request obtains a HIDClass device's HID descriptor.
For general information about HIDClass devices, see HID Collections.
Parameters.DeviceIoControl.OutputBufferLength contains the length of the system-resident buffer provided at Irp->UserBuffer.
The size of OutputBufferLength.
The HID minidriver returns the device descriptor in the user buffer at Irp->UserBuffer.
The size of the device descriptor.
HID minidrivers that carry out the I/O to the device set the following fields of Irp->IoStatus:
HID minidrivers that call other drivers with this IRP to carry out the I/O to their device should ensure that the Information field of the status block is correct and not change the contents of the Status field.
IOCTL_HID_GET_DEVICE_ATTRIBUTES
IOCTL_HID_GET_REPORT_DESCRIPTOR