StopPowerNotifications (Windows CE 5.0)
This function allows applications and drivers to stop receiving power notification events.
BOOL StopPowerNotifications(HANDLE h);
Parameters
- h
[in] The handle returned from RequestPowerNotifications.
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
Send Feedback on this topic to the authors