Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PowerDeleteScheme function (powrprof.h)

Deletes the specified power scheme from the database.

Syntax

DWORD PowerDeleteScheme(
 [in, optional] HKEY RootPowerKey,
 [in] const GUID *SchemeGuid
);

Parameters

[in, optional] RootPowerKey

This parameter is reserved for future use and must be set to NULL.

[in] SchemeGuid

The identifier of the power scheme.

Return value

Returns ERROR_SUCCESS (zero) if the call was successful, and a nonzero value if the call failed.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header powrprof.h
Library PowrProf.lib
DLL PowrProf.dll

See also

Power Management Functions


Feedback

Was this page helpful?

Additional resources