PowerReadValueIncrement 函数 (powrprof.h)
检索电源设置最小值和最大值之间的有效值的增量。 如果未使用一系列可能的值定义电源设置,则此函数将返回错误。
语法
DWORD PowerReadValueIncrement(
[in, optional] HKEY RootPowerKey,
[in, optional] const GUID *SubGroupOfPowerSettingsGuid,
[in, optional] const GUID *PowerSettingGuid,
[out] LPDWORD ValueIncrement
);
参数
[in, optional] RootPowerKey
此参数保留供将来使用,必须设置为 NULL。
[in, optional] SubGroupOfPowerSettingsGuid
电源设置的子组。 此参数可以是 WinNT.h 中定义的以下值之一。 使用 NO_SUBGROUP_GUID 引用默认电源方案。
[in, optional] PowerSettingGuid
正在使用的电源设置的标识符。
[out] ValueIncrement
指向接收指定电源设置增量的变量的指针。
返回值
如果调用成功,则返回 ERROR_SUCCESS (零) ;如果调用失败,则返回非零值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | powrprof.h |
Library | PowrProf.lib |
DLL | PowrProf.dll |