// usbioctl.h
typedef struct _USB_HCD_DRIVERKEY_NAME {
ULONG ActualLength;
WCHAR DriverKeyName[1];
} USB_HCD_DRIVERKEY_NAME, *PUSB_HCD_DRIVERKEY_NAME;
View the official Windows Driver Kit DDI referenceNo description available.
The USB_HCD_DRIVERKEY_NAME structure is used with the IOCTL_GET_HCD_DRIVERKEY_NAME I/O control request to retrieve the driver key in the registry for the USB host controller driver.
ActualLengthThe length, in bytes, of the string in the DriverKeyName member.
DriverKeyNameA NULL-terminated Unicode driver key name for the USB host controller.