UdecxUsbEndpointPurgeComplete 関数 (udecxusbendpoint.h)
指定したエンドポイントにキューに登録されているすべての I/O 要求を取り消す非同期要求を完了します。
構文
void UdecxUsbEndpointPurgeComplete(
[in] UDECXUSBENDPOINT UdecxUsbEndpoint
);
パラメーター
[in] UdecxUsbEndpoint
UDE エンドポイント オブジェクトへのハンドル。 クライアント ドライバーは、 UdecxUsbEndpointCreate の前回の呼び出しでこのポインターを取得しました。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 |
サポートされている最小のサーバー | Windows Server 2016 |
対象プラットフォーム | Windows |
最小 KMDF バージョン | 1.15 |
Header | udecxusbendpoint.h (Udecx.h を含む) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |