USB_HUB_CAPABILITIES structure (usbioctl.h)
The USB_HUB_CAPABILITIES structure has been deprecated. Use USB_HUB_CAPABILITIES_EX instead.
Syntax
typedef struct _USB_HUB_CAPABILITIES {
ULONG HubIs2xCapable : 1;
} USB_HUB_CAPABILITIES, *PUSB_HUB_CAPABILITIES;
Members
HubIs2xCapable
If TRUE, the hub is capable of running at high speed.
Requirements
Requirement | Value |
---|---|
Header | usbioctl.h (include Usbioctl.h) |