共用方式為


UdecxUsbEndpointInitFree 函式 (udecxusbendpoint.h)

釋放 UdecxUsbSimpleEndpointInitAllocate 呼叫所配置的資源。

語法

void UdecxUsbEndpointInitFree(
  [in] PUDECXUSBENDPOINT_INIT Init
);

參數

[in] Init

用戶端驅動程式在先前呼叫UdecxUsbSimpleEndpointInitAllocate 中所擷取之UDECXUSBENDPOINT_INIT結構的指標。

傳回值

規格需求

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

另請參閱

架構:USB 裝置模擬 (UDE)

UdecxUsbEndpointCreate

撰寫 UDE 用戶端驅動程式