Example #1
0
 public static bool Sleep()
 {
     return(PowerManagerInterop.SetSuspendState(false, false, false));
 }
Example #2
0
 public bool SetSuspendState(bool hibernate, bool forceCritical, bool disableWakeEvent)
 {
     return(PowerManagerInterop.SetSuspendState(hibernate, forceCritical, disableWakeEvent));
 }