Share via


PlatformManageSystemPower (Compact 2013)

3/26/2014

This function implements the main event loop for Power Manager.

Syntax

VOID WINAPI PlatformManageSystemPower(
  HANDLE hevReady
);

Parameters

  • hevReady
    Event handle.

Return Value

None.

Remarks

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

Requirements

Header

pmimpl.h

See Also

Reference

Power Management Functions