Condividi tramite


USB_BUS_NOTIFICATION struttura (usbioctl.h)

Archivia alcune informazioni sul bus. Questa struttura viene usata nella richiesta di IOCTL_INTERNAL_USB_GET_BUS_INFO .

Sintassi

typedef struct _USB_BUS_NOTIFICATION {
  USB_NOTIFICATION_TYPE NotificationType;
  ULONG                 TotalBandwidth;
  ULONG                 ConsumedBandwidth;
  ULONG                 ControllerNameLength;
} USB_BUS_NOTIFICATION, *PUSB_BUS_NOTIFICATION;

Members

NotificationType

Valore USB_NOTIFICATION_TYPE che indica il tipo di notifica.

TotalBandwidth

Larghezza di banda totale, in bit al secondo, disponibile nel bus.

ConsumedBandwidth

Larghezza di banda media già in uso, in bit al secondo.

ControllerNameLength

Lunghezza del nome simbolico Unicode (in byte) per il controller host a cui è collegato questo dispositivo. La lunghezza non include NULL.

Requisiti

Requisito Valore
Intestazione usbioctl.h