USB_HUB_NAME structure (usbioctl.h)

The USB_HUB_NAME structure stores the hub's symbolic device name.

Syntax

typedef struct _USB_HUB_NAME {
  ULONG ActualLength;
  WCHAR HubName[1];
} USB_HUB_NAME, *PUSB_HUB_NAME;

Members

ActualLength

The size of the Unicode string pointed to by HubName. The ActualLength value indicates the length of the string and not the entire structure.

HubName[1]

A NULL-terminated Unicode string that contains the hub's symbolic device name.

Requirements

Requirement Value
Header usbioctl.h (include Usbioctl.h)

See also

IOCTL_INTERNAL_USB_GET_CONTROLLER_NAME

USB Structures