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