UDECX_USB_DEVICE_CALLBACKS_INIT function (udecxusbdevice.h)

Initializes a UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS structure before a UdecxUsbDeviceCreate call.

Syntax

void UDECX_USB_DEVICE_CALLBACKS_INIT(
  [out] PUDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS Callbacks
);

Parameters

[out] Callbacks

A pointer to a UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS structure to initialize.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Windows
Minimum KMDF version 1.15
Header udecxusbdevice.h (include Udecx.h)
Library Udecxstub.lib
IRQL PASSIVE_LEVEL

See also

UdecxUsbDeviceCreate