UdecxUsbEndpointInitSetCallbacks 関数 (udecxusbendpoint.h)
作成する単純なエンドポイントの初期化パラメーターで、UDE クライアント ドライバーによって実装されるコールバック関数へのポインターを設定します。
構文
void UdecxUsbEndpointInitSetCallbacks(
PUDECXUSBENDPOINT_INIT UdecxUsbEndpointInit,
[in] PUDECX_USB_ENDPOINT_CALLBACKS EndpointCallbacks
);
パラメーター
UdecxUsbEndpointInit
UdecxUsbSimpleEndpointInitAllocate の前回の呼び出しでクライアント ドライバーが取得したUDECXUSBENDPOINT_INIT構造体へのポインター。
[in] EndpointCallbacks
UDE クライアント ドライバーによって 実装されるイベント コールバック関数への関数ポインターを含むUDECX_USB_ENDPOINT_CALLBACKSへのポインター。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 |
サポートされている最小のサーバー | Windows Server 2016 |
対象プラットフォーム | Windows |
最小 KMDF バージョン | 1.15 |
Header | udecxusbendpoint.h (Udecx.h を含む) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |