// udecxusbdevice.h
VOID UdecxUsbDeviceSignalWake(
[in] UDECXUSBDEVICE UdecxUsbDevice
);
View the official Windows Driver Kit DDI referenceNo description available.
Initiates wake up from a low link power state for a virtual USB 2.0 device.
UdecxUsbDevice [in]A handle to UDE device object. The client driver retrieved this pointer in the previous call to UdecxUsbDeviceCreate.
The client driver for the device must have enabled wake capability in the most recent EVT_UDECX_USB_DEVICE_D0_EXIT call.
Architecture: USB Device Emulation (UDE)