// udecxusbdevice.h
VOID UdecxUsbDeviceInitSetStateChangeCallbacks(
[in, out] PUDECXUSBDEVICE_INIT UdecxUsbDeviceInit,
[in] PUDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a WDF-allocated structure with pointers to callback functions.
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.
Architecture: USB Device Emulation (UDE)