IOCTL_USB_GET_ROOT_HUB_NAME IOCTL (usbuser.h)
The IOCTL_USB_GET_ROOT_HUB_NAME I/O control request is used with the USB_ROOT_HUB_NAME structure to retrieve the symbolic link name of the root hub.
IOCTL_USB_GET_ROOT_HUB_NAME is a user-mode I/O control request. This request targets the USB host controller (GUID_DEVINTERFACE_USB_HOST_CONTROLLER).
Input buffer
None.
Input buffer length
None.
Output buffer
On output, the AssociatedIrp.SystemBuffer member points to a USB_ROOT_HUB_NAME structure that contains the symbolic link name of the root hub. The leading "\xxx\ " text is not included in the retrieved string.
Output buffer length
The size of a USB_ROOT_HUB_NAME structure.
Requirements
Requirement | Value |
---|---|
Header | usbuser.h (include Usbioctl.h) |