UcxControllerResetComplete 関数 (ucxcontroller.h)
リセット操作が競合したことを USB ホスト コントローラー拡張機能 (UCX) に通知します。
構文
void UcxControllerResetComplete(
[in] UCXCONTROLLER Controller,
PUCX_CONTROLLER_RESET_COMPLETE_INFO UcxControllerResetCompleteInfo
);
パラメーター
[in] Controller
リセットするコントローラー オブジェクトへのハンドル。 クライアント ドライバーは、UcxControllerCreateへの以前の呼び出しでハンドルを取得しました。
UcxControllerResetCompleteInfo
リセットが完了した後の UCX コントローラーの状態に関する情報へのポインター。
戻り値
何一つ
必要条件
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows 10 |
ターゲット プラットフォーム の | ウィンドウズ |
最小 KMDF バージョン | 1.0 |
UMDF の最小バージョン を する | 2.0 |
ヘッダー | ucxcontroller.h (Ucxclass.h を含む) |
IRQL | <=DISPATCH_LEVEL |
関連項目
UcxEndpointCreate の