共用方式為


UdecxUsbEndpointPurgeComplete 函式 (udecxusbendpoint.h)

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

語法

void UdecxUsbEndpointPurgeComplete(
  [in] UDECXUSBENDPOINT UdecxUsbEndpoint
);

參數

[in] UdecxUsbEndpoint

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

傳回值

沒有

要求

要求 價值
最低支援的用戶端 Windows 10
支援的最低伺服器 Windows Server 2016
目標平臺 窗戶
最低 KMDF 版本 1.15
標頭 udecxusbendpoint.h (include Udecx.h)
連結庫 Udecxstub.lib
IRQL PASSIVE_LEVEL

另請參閱

架構:USB 裝置模擬 (UDE)

EVT_UDECX_USB_ENDPOINT_PURGE

寫入 UDE 用戶端驅動程式