USER_ACTIVITY_PRESENCE列舉 (winnt.h)
根據偵測到的活動,指定使用者是否存在電源管理。
語法
typedef enum _USER_ACTIVITY_PRESENCE {
PowerUserPresent,
PowerUserNotPresent,
PowerUserInactive,
PowerUserMaximum,
PowerUserInvalid
} USER_ACTIVITY_PRESENCE, *PUSER_ACTIVITY_PRESENCE;
常數
PowerUserPresent 使用者存在於系統上的本機或遠端會話中。 |
PowerUserNotPresent 使用者不存在於系統上的任何本機或遠端會話中。 |
PowerUserInactive 使用者不在系統上的任何本機或遠端會話中。 |
PowerUserMaximum PowerUserMaximum = PowerUserInvalid。 |
PowerUserInvalid 無效的狀態。 |
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
支援的最低伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
標頭 | winnt.h (包括 Windows.h) |