// udecxusbendpoint.h
VOID UdecxUsbEndpointSetWdfIoQueue(
[in] UDECXUSBENDPOINT UdecxUsbEndpoint,
[in] WDFQUEUE WdfQueue
);
View the official Windows Driver Kit DDI referenceNo description available.
Sets a framework queue object with a UDE endpoint.
UdecxUsbEndpoint [in]A handle to a UDE endpoint object. The client driver retrieved this pointer in the previous call to UdecxUsbEndpointCreate.
WdfQueue [in]A handle to a framework queue object that will handle requests sent to the endpoint. The client driver retrieved this pointer in the previous call to WdfIoQueueCreate.
Architecture: USB Device Emulation (UDE)