次の方法で共有


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

PoRegisterForEffectivePowerModeNotifications

PoUnregisterFromEffectivePowerModeNotifications