// usbioctl.h
typedef struct _USB_ROOT_HUB_NAME {
ULONG ActualLength;
WCHAR RootHubName[1];
} USB_ROOT_HUB_NAME, *PUSB_ROOT_HUB_NAME;
View the official Windows Driver Kit DDI referenceNo description available.
The USB_ROOT_HUB_NAME structure stores the root hub's symbolic device name.
ActualLengthSize of the entire data structure in bytes.
RootHubNameSpecifies the Unicode string containing the root hub's symbolic device name.
IOCTL_INTERNAL_USB_GET_HUB_NAME