Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |