// hidport.h
// CTL_CODE(0x000b, 0x018, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_UMDF_GET_PHYSICAL_DESCRIPTOR 0x000B0063
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_UMDF_GET_PHYSICAL_DESCRIPTOR control code obtains the physical descriptor of a HIDClass device.
A UMDF-based driver obtains the size, in bytes, of the buffer by calling IWDFRequest::GetDeviceIoControlParameters and providing the pOutBufferSize parameter.
The driver copies the physical descriptor to the user buffer that is retrieved by calling IWDFIoRequest::GetOutputMemory.
The size of the buffer that is retrieved by calling IWDFIoRequest::GetOutputMemory.
HID minidrivers that carry out the I/O to the device must also: