|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| No
| Win95
| Yes
| Win32s
| No
| Import Library
| kernel32.lib
| Header File
| winbase.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SetSystemPowerState
The
SetSystemPowerState function suspends the system by shutting power down. Depending on the
ForceFlag parameter, the function either suspends operation immediately or requests
permission from all applications and device drivers before doing so.
BOOL SetSystemPowerState(
BOOL fSuspend,
|
|
BOOL fForce
|
|
);
|
|
Parameters
fSuspend
Suspension technique. If TRUE, the system suspends using RAM-alive technique.
Otherwise, suspends using hibernate technique.
fForce
Forced suspension. If TRUE, the function sends a
PBT_APMSUSPEND message to each application and driver, then immediately suspends operation.
If FALSE, the function sends a
PBT_APMQUERYSUSPEND message to each application to request permission to suspend operation.
Return Values
If power has been suspended and subsequently restored, the return value is
nonzero.
If the system was not suspended, the return value is zero. To get extended
error information, call
GetLastError.
Remarks
If any application or driver denies permission to suspend operation, the
function sends a PBT_APMQUERYSUSPENDFAILED message to each application and driver.
If power is suspended, this function returns only after system operation is
resumed and related WM_POWERBROADCAST messages have been sent to all applications
and drivers.
See Also
PBT_APMQUERYSUSPEND,
PBT_APMQUERYSUSPENDFAILED,
PBT_APMSUSPEND,
WM_POWERBROADCAST
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database