// usbioctl.h
typedef struct _USB_HUB_NAME {
ULONG ActualLength;
WCHAR HubName[1];
} USB_HUB_NAME, *PUSB_HUB_NAME;
View the official Windows Driver Kit DDI referenceNo description available.
The USB_HUB_NAME structure stores the hub's symbolic device name.
ActualLengthThe size of the Unicode string pointed to by HubName. The ActualLength value indicates the length of the string and not the entire structure.
HubNameA NULL-terminated Unicode string that contains the hub's symbolic device name.
IOCTL_INTERNAL_USB_GET_CONTROLLER_NAME