Suspends the system by shutting power down. Depending on the Hibernate
parameter, the system either enters a suspend (sleep) state or hibernation (S4).
Syntax
BOOLEAN WINAPI SetSuspendState(
__in BOOLEAN Hibernate,
__in BOOLEAN ForceCritical,
__in BOOLEAN DisableWakeEvent
);
Parameters
- Hibernate [in]
-
If this parameter is TRUE, the system hibernates. If the parameter is
FALSE, the system is suspended.
- ForceCritical [in]
-
This parameter has no effect.
Windows Server 2003, Windows XP, and Windows 2000: If this parameter is TRUE, the system suspends operation immediately; if it is
FALSE, the system broadcasts a
PBT_APMQUERYSUSPEND event to each application
to request permission to suspend operation.
- DisableWakeEvent [in]
-
If this parameter is TRUE, the system disables all wake events. If the parameter
is FALSE, any system wake events remain enabled.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call
GetLastError.
Remarks
An application may use SetSuspendState to
transition the system from the working state to the standby (sleep), or optionally, hibernate (S4) state. This
function is similar to the SetSystemPowerState
function.
For more information on using PowrProf.h, see
Power Schemes. For information about events that can wake the system, see System Wake-up Events.
Requirements
| Client | Requires Windows Vista, Windows XP, or Windows 2000 Professional. |
| Server | Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
|---|
| Header | Declared in PowrProf.h. |
| Library | Use PowrProf.lib. |
| DLL | Requires PowrProf.dll. |
See Also
Power Management Functions
PBT_APMQUERYSUSPEND
PBT_APMSUSPEND
Send comments about this topic to Microsoft
Build date: 8/28/2008