Condividi tramite


struttura USBUSER_PASS_THRU_REQUEST (usbuser.h)

La struttura USBUSER_PASS_THRU_REQUEST viene usata insieme alla richiesta di controllo I/O IOCTL_USB_USER_REQUEST per inviare un comando specifico del fornitore al driver miniport del controller host.

Sintassi

typedef struct _USBUSER_PASS_THRU_REQUEST {
  USBUSER_REQUEST_HEADER   Header;
  USB_PASS_THRU_PARAMETERS PassThru;
} USBUSER_PASS_THRU_REQUEST, *PUSBUSER_PASS_THRU_REQUEST;

Members

Header

Contiene una struttura di tipo 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.

PassThru

Contiene una struttura di tipo USB_PASS_THRU_PARAMETERS che specifica i parametri associati alla richiesta.

Commenti

La struttura USBUSER_PASS_THRU_REQUEST viene utilizzata insieme alla richiesta in modalità utente USBUSER_PASS_THRU. Per una descrizione di questa richiesta, vedere IOCTL_USB_USER_REQUEST.

Requisiti

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

Vedi anche

IOCTL_USB_USER_REQUEST

Strutture USB