struttura USB_HUB_INFORMATION (usbioctl.h)
La struttura USB_HUB_INFORMATION contiene informazioni su un hub.
Sintassi
typedef struct _USB_HUB_INFORMATION {
USB_HUB_DESCRIPTOR HubDescriptor;
BOOLEAN HubIsBusPowered;
} USB_HUB_INFORMATION, *PUSB_HUB_INFORMATION;
Membri
HubDescriptor
Struttura USB_HUB_DESCRIPTOR che contiene informazioni selezionate dal descrittore dell'hub.
HubIsBusPowered
Valore booleano che indica se l'hub è alimentato dal bus. TRUE, l'hub è alimentato da bus; FALSE, l'hub è self-powered.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | usbioctl.h (include Usbioctl.h) |