Suspend-to-Ram and Wake-on-Alarm
System Admin
2
Posts
2
Posters
1
Views
1
Watching
-
Hi, I want to be able to initiate a suspend, and also set the time for wake-up, from software under windows XP (preferably using C). Can anyone point me in the right direction?? Thanks, Will
-
Hi, I want to be able to initiate a suspend, and also set the time for wake-up, from software under windows XP (preferably using C). Can anyone point me in the right direction?? Thanks, Will
An application may use SetSuspendState to transition the system from the working state to the standby (sleep), or optionally, hibernate (S4) state.
BOOLEAN SetSuspendState( BOOL Hibernate, BOOL ForceCritical, BOOL DisableWakeEvent );