UdecxUsbDeviceInitSetStateChangeCallbacks - NtDoc

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

VOID UdecxUsbDeviceInitSetStateChangeCallbacks(
  [in, out] PUDECXUSBDEVICE_INIT                     UdecxUsbDeviceInit,
  [in]      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-udecxusbdeviceinitsetstatechangecallbacks)

UdecxUsbDeviceInitSetStateChangeCallbacks function

Description

Initializes a WDF-allocated structure with pointers to callback functions.

Parameters

UdecxUsbDeviceInit [in, out]

A pointer to a WDF-allocated structure that contains initialization parameters for the virtual USB device. The client driver retrieved this pointer in the previous call to UdecxUsbDeviceInitAllocate.

Callbacks [in]

A pointer to a UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS structure that contains pointers to callback functions implemented by the client driver.

See also

Architecture: USB Device Emulation (UDE)

UdecxUsbDeviceInitAllocate

Write a UDE client driver