UDECX_USB_DEVICE_CALLBACKS_INIT関数 (udecxusbdevice.h)
UdecxUsbDeviceCreate 呼び出しの前に、UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS構造体を初期化します。
構文
void UDECX_USB_DEVICE_CALLBACKS_INIT(
[out] PUDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS Callbacks
);
パラメーター
[out] Callbacks
初期化する UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS 構造体へのポインター。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 |
サポートされている最小のサーバー | Windows Server 2016 |
対象プラットフォーム | Windows |
最小 KMDF バージョン | 1.15 |
Header | udecxusbdevice.h (Udecx.h を含む) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |