Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function requests that Power Manager release a power requirement previously set with SetPowerRequirement. Applications and drivers should always explicitly release their power requirements as soon as they cease to be necessary.

Syntax

DWORD ReleasePowerRequirement(
  HANDLE 
hPowerReq
);

Parameters

hPowerReq

[in] Specifies a handle returned by a previous successful call to SetPowerRequirement.

Return Value

ERROR_INVALID_HANDLE

Indicates an invalid handle.

ERROR_SUCCESS

Indicates success.

Win32 error code

Used for all other errors.

See Also