Condividi tramite


Funzione UdecxUsbEndpointSetWdfIoQueue (udecxusbendpoint.h)

Imposta un oggetto coda del framework con un endpoint UDE.

Sintassi

void UdecxUsbEndpointSetWdfIoQueue(
  [in] UDECXUSBENDPOINT UdecxUsbEndpoint,
  [in] WDFQUEUE         WdfQueue
);

Parametri

[in] UdecxUsbEndpoint

Handle per un oggetto endpoint UDE. Il driver client ha recuperato questo puntatore nella chiamata precedente a UdecxUsbEndpointCreate.

[in] WdfQueue

Handle a un oggetto coda del framework che gestirà le richieste inviate all'endpoint. Il driver client ha recuperato questo puntatore nella chiamata precedente a WdfIoQueueCreate.

Valore restituito

nessuno

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Piattaforma di destinazione Windows
Versione KMDF minima 1.15
Intestazione udecxusbendpoint.h (includere Udecx.h)
Libreria Udecxstub.lib
IRQL PASSIVE_LEVEL

Vedi anche

Architettura: Emulazione dispositivo USB (UDE)

Creazione di code di I/O

Scrivere un driver client UDE