PowerCreatePossibleSetting 函数 (powrprof.h)
为指定的电源设置创建可能的设置值。
语法
DWORD PowerCreatePossibleSetting(
[in, optional] HKEY RootSystemPowerKey,
[in] const GUID *SubGroupOfPowerSettingsGuid,
[in] const GUID *PowerSettingGuid,
[in] ULONG PossibleSettingIndex
);
参数
[in, optional] RootSystemPowerKey
此参数保留供将来使用,必须设置为 NULL。
[in] SubGroupOfPowerSettingsGuid
电源设置的子组。 此参数可以是 WinNT.h 中定义的以下值之一。
[in] PowerSettingGuid
正在创建的电源设置的标识符。
[in] PossibleSettingIndex
要创建的可能设置的从零开始的索引。
返回值
如果调用成功,则返回 ERROR_SUCCESS (零) ;如果调用失败,则返回非零值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | powrprof.h |
Library | PowrProf.lib |
DLL | PowrProf.dll |