SetProcessInformation / GetProcessInformationによるPower Throttling制御
PROCESS_POWER_THROTTLING_STATE構造体とProcessPowerThrottling情報クラスを介して、プロセス単位でPower Throttling(EcoQoS)の状態を設定・取得できるWin32 API群。
この概念が関わる関係
- Power Throttling(電力調整)はSetProcessInformation / GetProcessInformationによるPower Throttling制御で構成できます。
- Power Throttling(電力調整)はSetProcessInformation / GetProcessInformationによるPower Throttling制御で確認できます。
- SetProcessInformation / GetProcessInformationによるPower Throttling制御は管理者権限を前提とします。
この概念を扱う記事
一次資料
- https://learn.microsoft.com/ja-jp/windows/win32/api/processthreadsapi/nf-processthreadsapi-setprocessinformation
- https://learn.microsoft.com/ja-jp/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocessinformation
このページはサイトの知識グラフ(_data/knowledge/)から自動生成されています。誤りの指摘はお問い合わせからお願いします。