CeSetPowerOnEvent (Windows CE 5.0)
Power handlers call this function to signal events during suspend/resume.
BOOL CeSetPowerOnEvent(HANDLE hEvt);
Parameters
- hEvt
[in] Specifies the event handle.
Return Values
TRUE indicates success; FALSE indicates failure.
Remarks
Events set with the CeSetPowerOnEvent function are only checked by the kernel where it returns out of its resume code. Setting this event at any time other than in a driver's resume callback will not have any effect until the next time the system resumes.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Nkintr.h.
Link Library: Coredll.lib.
See Also
SetEvent | XXX_PowerDown | XXX_PowerUp
Send Feedback on this topic to the authors