共用方式為


UdecxUsbEndpointSetWdfIoQueue 函式 (udecxusbendpoint.h)

使用UDE端點設定架構佇列物件。

語法

void UdecxUsbEndpointSetWdfIoQueue(
  [in] UDECXUSBENDPOINT UdecxUsbEndpoint,
  [in] WDFQUEUE         WdfQueue
);

參數

[in] UdecxUsbEndpoint

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

[in] WdfQueue

架構佇列物件的句柄,將處理傳送至端點的要求。 用戶端驅動程式在先前呼叫 WdfIoQueueCreate 中擷取此指標。

傳回值

規格需求

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

另請參閱

架構:USB 裝置模擬 (UDE)

建立 I/O 佇列

撰寫 UDE 用戶端驅動程式