Share via


PlatformManageSystemPower (Windows Embedded CE 6.0)

1/6/2010

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.

See Also

Other Resources

Power Management Functions