UdecxUsbDeviceSignalWake function (udecxusbdevice.h)
Initiates wake up from a low link power state for a virtual USB 2.0 device.
Syntax
void UdecxUsbDeviceSignalWake(
[in] UDECXUSBDEVICE UdecxUsbDevice
);
Parameters
[in] UdecxUsbDevice
A handle to UDE device object. The client driver retrieved this pointer in the previous call to UdecxUsbDeviceCreate.
Return value
None
Remarks
The client driver for the device must have enabled wake capability in the most recent EVT_UDECX_USB_DEVICE_D0_EXIT call.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Minimum KMDF version | 1.15 |
Header | udecxusbdevice.h (include Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |