UdecxUsbEndpointInitFree 関数 (udecxusbendpoint.h)

UdecxUsbSimpleEndpointInitAllocate 呼び出しによって割り当てられたリソースを解放します。

構文

void UdecxUsbEndpointInitFree(
  [in] PUDECXUSBENDPOINT_INIT Init
);

パラメーター

[in] Init

UdecxUsbSimpleEndpointInitAllocate の前の呼び出しでクライアント ドライバーが取得したUDECXUSBENDPOINT_INIT構造体へのポインター。

戻り値

なし

必要条件

要件
サポートされている最小のクライアント Windows 10
サポートされている最小のサーバー Windows Server 2016
対象プラットフォーム Windows
最小 KMDF バージョン 1.15
Header udecxusbendpoint.h (Udecx.h を含む)
Library Udecxstub.lib
IRQL PASSIVE_LEVEL

こちらもご覧ください

アーキテクチャ:USB デバイス エミュレーション (UDE)

UdecxUsbEndpointCreate

UDE クライアント ドライバーを記述する