Previous Next

USB_ROOT_HUB_NAME

This structure stores the root hub's symbolic device name.

typedef struct _USB_ROOT_HUB_NAME {
  ULONG  ActualLength;
  WCHAR  RootHubName[1];
} USB_ROOT_HUB_NAME, *PUSB_ROOT_HUB_NAME;

Members

ActualLength
Size of the entire data structure in bytes.
RootHubName
Specifies the Unicode string containing the root hub's symbolic device name.

Headers

Declared in usbioctl.h. Include usbioctl.h.

See Also

IOCTL_INTERNAL_USB_GET_HUB_NAME