UdecxUsbEndpointInitFree 関数 (udecxusbendpoint.h)
UdecxUsbSimpleEndpointInitAllocate 呼び出しによって割り当てられたリソースを解放します。
構文
void UdecxUsbEndpointInitFree(
[in] PUDECXUSBENDPOINT_INIT Init
);
パラメーター
[in] Init
UdecxUsbSimpleEndpointInitAllocate への前回の呼び出しでクライアント ドライバーが取得したUDECXUSBENDPOINT_INIT 構造体へのポインター。
戻り値
何一つ
必要条件
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows 10 |
サポートされる最小サーバー | Windows Server 2016 |
ターゲット プラットフォーム の | ウィンドウズ |
最小 KMDF バージョン | 1.15 |
ヘッダー | udecxusbendpoint.h (Udecx.h を含む) |
ライブラリ | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |
関連項目
アーキテクチャ: USB デバイス エミュレーション (UDE)
UDE クライアント ドライバー を作成する