Skip to main content

Suspend mode

The suspend mode is a very low power mode.

Enter Suspend Mode

  • Click Start->Suspend
  • Use the API:

include "pm.h"
SetSystemPowerState( NULL, POWER_STATE_SUSPEND, 0 );

Leave Suspend Mode

You can define different Wakeup sources in the registry. For more information, see: Suspend registry settings

The time to wakeup is about 200 milliseconds.



Send Feedback!