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_ROOT_HUB_NAME structure stores the root hub's symbolic device name.
Syntax
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[1]
Specifies the Unicode string containing the root hub's symbolic device name.
Requirements
Requirement | Value |
---|---|
Header | usbioctl.h (include Usbioctl.h) |