USB_ROOT_HUB_NAME - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbioctl-_usb_root_hub_name)

_USB_ROOT_HUB_NAME structure

Description

The USB_ROOT_HUB_NAME structure stores the root hub's symbolic device name.

Members

ActualLength

Size of the entire data structure in bytes.

RootHubName

Specifies the Unicode string containing the root hub's symbolic device name.

See also

IOCTL_INTERNAL_USB_GET_HUB_NAME

USB Structures