// udecxusbendpoint.h
VOID UdecxUsbEndpointPurgeComplete(
[in] UDECXUSBENDPOINT UdecxUsbEndpoint
);
View the official Windows Driver Kit DDI referenceNo description available.
Completes an asynchronous request for canceling all I/O requests queued to the specified endpoint.
UdecxUsbEndpoint [in]A handle to a UDE endpoint object. The client driver retrieved this pointer in the previous call to UdecxUsbEndpointCreate.
Architecture: USB Device Emulation (UDE)