PC_EXIT_LATENCY 枚举 (portcls.h)
本主题讨论PC_EXIT_LATENCY枚举,并介绍其成员。 延迟时间映射到设备必须能够退出其睡眠状态并进入完全正常运行状态 (D0) 的特定最大时间。
语法
typedef enum _PC_EXIT_LATENCY {
PcExitLatencyInstant,
PcExitLatencyFast,
PcExitLatencyResponsive
} PC_EXIT_LATENCY, *PPC_EXIT_LATENCY;
常量
PcExitLatencyInstant 指示 0 毫秒延迟。 这意味着“请勿关闭电源”,并且仅在设备处于 D0 状态时发送。 |
PcExitLatencyFast 指示 35 毫秒的恢复延迟。 |
PcExitLatencyResponsive 指示 300 毫秒的恢复延迟。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
最低受支持的服务器 | Windows Server 2012 |
标头 | portcls.h |