Condividi tramite


USBUSER_BANDWIDTH_INFO_REQUEST struttura (usbuser.h)

La struttura USBUSER_BANDWIDTH_INFO_REQUEST viene usata con la richiesta di controllo I/O di IOCTL_USB_USER_REQUEST per recuperare informazioni sulla larghezza di banda allocata.

Sintassi

typedef struct _USBUSER_BANDWIDTH_INFO_REQUEST {
  USBUSER_REQUEST_HEADER Header;
  USB_BANDWIDTH_INFO     BandwidthInformation;
} USBUSER_BANDWIDTH_INFO_REQUEST, *PUSBUSER_BANDWIDTH_INFO_REQUEST;

Members

Header

Struttura USBUSER_REQUEST_HEADER che specifica la richiesta in modalità utente sull'input per IOCTL_USB_USER_REQUEST e fornisce informazioni sullo stato e sul buffer sull'output.

BandwidthInformation

Struttura USB_BANDWIDTH_INFO che segnala informazioni sull'allocazione della larghezza di banda.

Commenti

La struttura USBUSER_BANDWIDTH_INFO_REQUEST viene usata con la richiesta in modalità utente USBUSER_GET_BANDWIDTH_INFORMATION. Per altre informazioni su questa richiesta, vedere IOCTL_USB_USER_REQUEST.

Requisiti

Requisito Valore
Intestazione usbuser.h (include Usbuser.h)

Vedi anche

IOCTL_USB_USER_REQUEST

Strutture USB

USBUSER_REQUEST_HEADER

USB_BANDWIDTH_INFO