共用方式為


UdecxUsbEndpointPurgeComplete 函式 (udecxusbendpoint.h)

完成異步要求,以取消排入指定端點的所有 I/O 要求。

語法

void UdecxUsbEndpointPurgeComplete(
  [in] UDECXUSBENDPOINT UdecxUsbEndpoint
);

參數

[in] UdecxUsbEndpoint

UDE 端點物件的句柄。 用戶端驅動程式在先前呼叫 UdecxUsbEndpointCreate 中擷取此指標。

傳回值

規格需求

需求
最低支援的用戶端 Windows 10
最低支援的伺服器 Windows Server 2016
目標平台 Windows
最小 KMDF 版本 1.15
標頭 udecxusbendpoint.h (include Udecx.h)
程式庫 Udecxstub.lib
IRQL PASSIVE_LEVEL

另請參閱

架構:USB 裝置模擬 (UDE)

EVT_UDECX_USB_ENDPOINT_PURGE

撰寫 UDE 用戶端驅動程式