// hidclass.h
// CTL_CODE(0x000b, 0x067, METHOD_OUT_DIRECT, FILE_ANY_ACCESS)
#define IOCTL_HID_GET_HARDWARE_ID 0x000B019E
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_HID_GET_HARDWARE_ID request obtains the Plug and Play hardware ID of a top-level collection.
For general information about HIDClass devices, see HID Collections.
Parameters.DeviceIoControl.OutputBufferLength in the I/O stack location of the IRP indicates the size, in bytes, of the output buffer.
The length of the buffer.
Irp->MdlAddress points to a buffer to receive the number of device input buffers.
The length of the buffer.
The HID class driver sets the following fields of Irp->IoStatus:
IOCTL_HID_GET_MANUFACTURER_STRING
IOCTL_HID_GET_SERIALNUMBER_STRING