estructura USB_BUS_NOTIFICATION (usbioctl.h)
Almacena cierta información de autobús. Esta estructura se usa en la solicitud IOCTL_INTERNAL_USB_GET_BUS_INFO .
Sintaxis
typedef struct _USB_BUS_NOTIFICATION {
USB_NOTIFICATION_TYPE NotificationType;
ULONG TotalBandwidth;
ULONG ConsumedBandwidth;
ULONG ControllerNameLength;
} USB_BUS_NOTIFICATION, *PUSB_BUS_NOTIFICATION;
Miembros
NotificationType
Valor USB_NOTIFICATION_TYPE que indica el tipo de notificación.
TotalBandwidth
Ancho de banda total, en bits por segundo, disponible en el bus.
ConsumedBandwidth
Ancho de banda medio que ya está en uso, en bits por segundo.
ControllerNameLength
Longitud del nombre simbólico Unicode (en bytes) del controlador de host al que está conectado este dispositivo. La longitud no incluye NULL.
Requisitos
Requisito | Valor |
---|---|
Header | usbioctl.h |