IsSystemResumeAutomatic The IsSystemResumeAutomatic function indicates the current state of the computer.
VB4-32,5,6
Declare Function IsSystemResumeAutomatic Lib "kernel32" () As Long |
Operating Systems Supported |
Requires Windows 2000 or later; Requires Windows 98 or later |
If the system was restored to the working state automatically and the user is not active, the function returns TRUE. Otherwise, the function returns FALSE. |
|