Share via


StopPowerNotifications (Windows CE 5.0)

Send Feedback

This function allows applications and drivers to stop receiving power notification events.

BOOL StopPowerNotifications(HANDLE h);

Parameters

Return Values

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Pm.h.
Link Library: Coredll.lib.

See Also

RequestPowerNotifications

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.