EFFECTIVE_POWER_MODE powersetting.h) (列舉
表示系統正在執行的有效電源模式。
Syntax
typedef enum EFFECTIVE_POWER_MODE {
EffectivePowerModeBatterySaver,
EffectivePowerModeEnergySaverHighSavings,
EffectivePowerModeBetterBattery,
EffectivePowerModeEnergySaverStandard,
EffectivePowerModeBalanced,
EffectivePowerModeHighPerformance,
EffectivePowerModeMaxPerformance,
EffectivePowerModeGameMode,
EffectivePowerModeMixedReality
} ;
常數
EffectivePowerModeBatterySaver 系統處於省電模式。 |
EffectivePowerModeEnergySaverHighSavings 系統處於省電模式的高省電模式。 儘可能節省能源。 重要事項 這項資訊與發行前版本產品有關,在正式發行前可能會大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。 |
EffectivePowerModeBetterBattery 系統處於較佳的電池有效電源模式。 注意 對於使用舊版高效能重疊的系統,永遠不會使用這個有效的電源模式。 |
EffectivePowerModeEnergySaverStandard 系統處於省電標準模式。 如果用戶體驗影響很小,可節省能源。 重要事項 這項資訊與發行前版本產品有關,在正式發行前可能會大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。 |
EffectivePowerModeBalanced 系統處於平衡的有效電源模式。 |
EffectivePowerModeHighPerformance 系統處於高效能的有效電源模式。 注意 這個有效的電源模式僅適用於使用舊版高效能重疊的系統。 |
EffectivePowerModeMaxPerformance 系統處於最高效能的有效電源模式。 |
EffectivePowerModeGameMode 系統處於遊戲模式電源模式。 注意 此模式僅適用於 API EFFECTIVE_POWER_MODE_V2 版本 |
EffectivePowerModeMixedReality 系統處於 Windows 混合實境電源模式。 注意 此模式僅適用於 API EFFECTIVE_POWER_MODE_V2 版本 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 版本 1809 [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
標頭 | powersetting.h |