UDECX_USB_DEVICE_CALLBACKS_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// udecxusbdevice.h

VOID UDECX_USB_DEVICE_CALLBACKS_INIT(
  [out] PUDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxusbdevice-udecx_usb_device_callbacks_init)

UDECX_USB_DEVICE_CALLBACKS_INIT function

Description

Initializes a UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS structure before a UdecxUsbDeviceCreate call.

Parameters

Callbacks [out]

A pointer to a UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS structure to initialize.

See also

UdecxUsbDeviceCreate