PowerDeleteScheme 函数 (powrprof.h)
从数据库中删除指定的电源方案。
语法
DWORD PowerDeleteScheme(
[in, optional] HKEY RootPowerKey,
[in] const GUID *SchemeGuid
);
参数
[in, optional] RootPowerKey
此参数保留供将来使用,必须设置为 NULL。
[in] SchemeGuid
电源方案的标识符。
返回值
如果调用成功,则返回 ERROR_SUCCESS (零) ;如果调用失败,则返回非零值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | powrprof.h |
Library | PowrProf.lib |
DLL | PowrProf.dll |