Suspends or hibernates the system, or requests that the system be suspended or hibernated.
Public Shared Function SetSuspendState ( _ state As PowerState, _ force As Boolean, _ disableWakeEvent As Boolean _ ) As Boolean
Dim state As PowerState Dim force As Boolean Dim disableWakeEvent As Boolean Dim returnValue As Boolean returnValue = Application.SetSuspendState(state, _ force, disableWakeEvent)
public static bool SetSuspendState( PowerState state, bool force, bool disableWakeEvent )
public: static bool SetSuspendState( PowerState state, bool force, bool disableWakeEvent )
public static function SetSuspendState( state : PowerState, force : boolean, disableWakeEvent : boolean ) : boolean
If an application does not respond to a suspend request within 20 seconds, Windows determines that it is in a non-responsive state, and that the application can either be put to sleep or terminated. Once an application responds to a suspend request, however, it can take whatever time it needs to clean up resources and shut down active processes.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98