struttura USBUSER_BUS_STATISTICS_0_REQUEST (usbuser.h)
La struttura USBUSER_BUS_STATISTICS_0_REQUEST viene usata con la richiesta di controllo I /O IOCTL_USB_USER_REQUEST per recuperare le statistiche del bus.
Sintassi
typedef struct _USBUSER_BUS_STATISTICS_0_REQUEST {
USBUSER_REQUEST_HEADER Header;
USB_BUS_STATISTICS_0 BusStatistics0;
} USBUSER_BUS_STATISTICS_0_REQUEST, *PUSBUSER_BUS_STATISTICS_0_REQUEST;
Members
Header
Struttura USBUSER_REQUEST_HEADER che specifica la richiesta in modalità utente sull'input per IOCTL_USB_USER_REQUEST e fornisce informazioni sul buffer e sullo stato sull'output.
BusStatistics0
Struttura USB_BUS_STATISTICS_0 che segnala le statistiche del bus.
Commenti
La struttura USBUSER_BUS_STATISTICS_0_REQUEST viene usata con la richiesta USBUSER_GET_BUS_STATISTICS_0 modalità utente. Per altre informazioni su questa richiesta, vedere IOCTL_USB_USER_REQUEST.
Requisiti
Intestazione | usbuser.h (include Usbuser.h) |