UdecxUsbDeviceSetFunctionSuspendAndWakeComplete 関数 (udecxusbdevice.h)
仮想 USB 3.0 デバイスの特定の機能の電源状態を変更するための非同期要求を完了します。
構文
void UdecxUsbDeviceSetFunctionSuspendAndWakeComplete(
[in] UDECXUSBDEVICE UdecxUsbDevice,
[in] NTSTATUS CompletionStatus
);
パラメーター
[in] UdecxUsbDevice
UDE デバイス オブジェクトへのハンドル。 クライアント ドライバーは、 UdecxUsbDeviceCreate の前回の呼び出しでこのポインターを取得しました。
[in] CompletionStatus
非同期操作の成功または失敗を示す適切な NTSTATUS エラー コード。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 |
サポートされている最小のサーバー | Windows Server 2016 |
対象プラットフォーム | Windows |
最小 KMDF バージョン | 1.15 |
Header | udecxusbdevice.h (Udecx.h を含む) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |
こちらもご覧ください
アーキテクチャ:USB デバイス エミュレーション (UDE)