UdecxUsbDeviceSignalWake 函数 (udecxusbdevice.h)
为虚拟 USB 2.0 设备从低链路电源状态启动唤醒。
语法
void UdecxUsbDeviceSignalWake(
[in] UDECXUSBDEVICE UdecxUsbDevice
);
参数
[in] UdecxUsbDevice
UDE 设备对象的句柄。 客户端驱动程序在对 UdecxUsbDeviceCreate 的上一次调用中检索了此指针。
返回值
无
备注
设备的客户端驱动程序必须在最近的 EVT_UDECX_USB_DEVICE_D0_EXIT 调用中启用唤醒功能。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 |
最低受支持的服务器 | Windows Server 2016 |
目标平台 | Windows |
最低 KMDF 版本 | 1.15 |
标头 | udecxusbdevice.h (包括 Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |