USB_HUB_INFORMATION structure
The USB_HUB_INFORMATION structure contains information about a hub.
Syntax
typedef struct _USB_HUB_INFORMATION { USB_HUB_DESCRIPTOR HubDescriptor; BOOLEAN HubIsBusPowered; } USB_HUB_INFORMATION, *PUSB_HUB_INFORMATION;
Members
- HubDescriptor
-
A USB_HUB_DESCRIPTOR structure that contains selected information from the hub descriptor.
- HubIsBusPowered
-
A Boolean value that indicates whether the hub is bus-powered. TRUE, the hub is bus-powered; FALSE, the hub is self-powered.
Requirements
|
Header |
|
|---|
See also
Send comments about this topic to Microsoft
Build date: 2/28/2013
