Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the effective power mode the system is running.
Syntax
typedef enum EFFECTIVE_POWER_MODE {
EffectivePowerModeBatterySaver,
EffectivePowerModeEnergySaverHighSavings,
EffectivePowerModeBetterBattery,
EffectivePowerModeEnergySaverStandard,
EffectivePowerModeBalanced,
EffectivePowerModeHighPerformance,
EffectivePowerModeMaxPerformance,
EffectivePowerModeGameMode,
EffectivePowerModeMixedReality
} ;
Constants
EffectivePowerModeBatterySaverThe system is in battery saver mode. |
EffectivePowerModeEnergySaverHighSavingsThe system is in energy saver high savings mode. Save energy where possible. This is an alias of the EffectivePowerModeBatterySaver mode. IMPORTANT This information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. |
EffectivePowerModeBetterBatteryThe system is in the better battery effective power mode. Note For systems using the legacy high performance overlay, this effective power mode will never be used. |
EffectivePowerModeEnergySaverStandardThe system is in energy saver standard mode. Save energy if the user experience impact is minimal. This is an alias of the EffectivePowerModeBetterBattery mode. IMPORTANT This information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. |
EffectivePowerModeBalancedThe system is in the balanced effective power mode. |
EffectivePowerModeHighPerformanceThe system is in the high performance effective power mode. Note This effective power mode is only used for systems using the legacy high performance overlay. |
EffectivePowerModeMaxPerformanceThe system is in the maximum performance effective power mode. |
EffectivePowerModeGameModeThe system is in game mode power mode. Note This mode is only available with the EFFECTIVE_POWER_MODE_V2 version of the API |
EffectivePowerModeMixedRealityThe system is in the windows mixed reality power mode. Note This mode is only available with the EFFECTIVE_POWER_MODE_V2 version of the API |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 [desktop apps only] |
| Minimum supported server | None supported |
| Header | powersetting.h |