PlatformManageSystemPower (Windows CE 5.0)

Send Feedback

This function implements the main event loop for the Power Manager.

VOID WINAPI PlatformManageSystemPower(HANDLE hevReady);

Parameters

  • hevReady
    Event handle.

Return Values

None.

Remarks

This function performs the final initialization of the Power Manager and signals the hevReady event to begin system power management. This allows the system to continue the boot process and unblocks the Power Manager initialization thread. If an error occurs during final initialization, this routine should send a return value without signaling the hevReady event.

Requirements

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

See Also

Power Management

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.