|
IsPwrShutdownAllowed The IsPwrShutdownAllowed function determines whether the computer supports the soft off power state. VB4-32,5,6 Declare Function IsPwrShutdownAllowed Lib "Powrprof.dll" () As Long |
Operating Systems Supported |
Requires Windows 2000 or later; Requires Windows 98 or later |
If the computer supports soft off (power state S5), the function returns TRUE. Otherwise, the function returns FALSE. |
|
|
|