UdecxUsbEndpointPurgeComplete - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// udecxusbendpoint.h

VOID UdecxUsbEndpointPurgeComplete(
  [in] UDECXUSBENDPOINT UdecxUsbEndpoint
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxusbendpoint-udecxusbendpointpurgecomplete)

UdecxUsbEndpointPurgeComplete function

Description

Completes an asynchronous request for canceling all I/O requests queued to the specified endpoint.

Parameters

UdecxUsbEndpoint [in]

A handle to a UDE endpoint object. The client driver retrieved this pointer in the previous call to UdecxUsbEndpointCreate.

See also

Architecture: USB Device Emulation (UDE)

EVT_UDECX_USB_ENDPOINT_PURGE

Write a UDE client driver