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 per un oggetto coda del framework che gestirà le richieste inviate all'endpoint. Il driver client ha recuperato questo puntatore nella chiamata precedente a WdfIoQueueCreare.
Valore restituito
Nessuno
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10 |
server minimo supportato | Windows Server 2016 |
piattaforma di destinazione | Finestre |
versione minima di KMDF | 1.15 |
intestazione | udecxusbendpoint.h (include Udecx.h) |
libreria | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |
Vedere anche
architettura : UDE (USB Device Emulation)