powerWritePossibleValue 函数 (powrprof.h)
设置电源设置的可能值的值。
语法
DWORD PowerWritePossibleValue(
[in, optional] HKEY RootPowerKey,
[in, optional] const GUID *SubGroupOfPowerSettingsGuid,
[in, optional] const GUID *PowerSettingGuid,
[in] ULONG Type,
[in] ULONG PossibleSettingIndex,
[in] UCHAR *Buffer,
[in] DWORD BufferSize
);
参数
[in, optional] RootPowerKey
此参数保留供将来使用,必须设置为 NULL。
[in, optional] SubGroupOfPowerSettingsGuid
电源设置的子组。 此参数可以是 WinNT.h 中定义的以下值之一。 使用 NO_SUBGROUP_GUID 引用默认电源方案。
[in, optional] PowerSettingGuid
电源设置的标识符。
[in] Type
值的数据类型。 注册表值类型中列出了可能 的值。
[in] PossibleSettingIndex
可能设置的从零开始的索引。
[in] Buffer
可能设置的值。
[in] BufferSize
Buffer 参数指向的 缓冲区 的大小。
返回值
如果调用成功,则返回 ERROR_SUCCESS (零) ;如果调用失败,则返回非零值。
注解
在调用 PowerSetActiveScheme 函数之前,对活动电源方案设置的更改不会生效。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | powrprof.h |
Library | PowrProf.lib |
DLL | PowrProf.dll |