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 |
Header | udecxusbendpoint.h (Udecx.h を含む) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |