PO_EFFECTIVE_POWER_MODE列舉型別 (wdm.h)
PO_EFFECTIVE_POWER_MODE 列舉常數表示系統正在執行的有效電源模式。
typedef enum _PO_EFFECTIVE_POWER_MODE {
PoEffectivePowerModeBatterySaver,
PoEffectivePowerModeEnergySaverHighSavings,
PoEffectivePowerModeBetterBattery,
PoEffectivePowerModeEnergySaverStandard,
PoEffectivePowerModeBalanced,
PoEffectivePowerModeHighPerformance,
PoEffectivePowerModeMaxPerformance,
PoEffectivePowerModeGameMode,
PoEffectivePowerModeMixedReality
} PO_EFFECTIVE_POWER_MODE, *PPO_EFFECTIVE_POWER_MODE;
PoEffectivePowerModeBatterySaver 系統處於省電模式的有效電源模式。 |
PoEffectivePowerModeEnergySaverHighSavings 該系統處於節能高效電源模式。 |
PoEffectivePowerModeBetterBattery 該系統處於較佳的電池有效電源模式。 對於使用舊版高效能重疊的系統,永遠不會使用這個有效的電源模式。 |
PoEffectivePowerModeEnergySaverStandard 該系統處於節能標準有效電源模式。 |
PoEffectivePowerModeBalanced 系統處於平衡的有效電源模式。 |
PoEffectivePowerModeHighPerformance 系統處於高效能電源模式。 此電源模式僅適用於使用舊版高效能重疊的系統。 |
PoEffectivePowerModeMaxPerformance 系統處於最高效能的有效電源模式。 |
PoEffectivePowerModeGameMode 系統處於遊戲模式的有效電源模式。 |
PoEffectivePowerModeMixedReality 系統處於 Windows Mixed Reality 有效電源模式。 |
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 11 版本 24H2 |
標頭 | wdm.h (包括 Wdm.h) |
PO_EFFECTIVE_POWER_MODE_CALLBACK