// udecxusbdevice.h
VOID UdecxUsbDeviceSetFunctionSuspendAndWakeComplete(
[in] UDECXUSBDEVICE UdecxUsbDevice,
[in] NTSTATUS CompletionStatus
);
View the official Windows Driver Kit DDI referenceNo description available.
Completes an asynchronous request for changing the power state of a particular function of a virtual USB 3.0 device.
UdecxUsbDevice [in]A handle to UDE device object. The client driver retrieved this pointer in the previous call to UdecxUsbDeviceCreate.
CompletionStatus [in]An appropriate NTSTATUS error code that indicates the success or failure of the asynchronous operation.
Architecture: USB Device Emulation (UDE)
EVT_UDECX_USB_DEVICE_SET_FUNCTION_SUSPEND_AND_WAKE