/jcl/source/prototypes/win32api/powrprof.int

https://github.com/the-Arioch/jcl · Unknown · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · b41248843b74d7e4fc2e4542d6a6c085 MD5 · raw file

  1. function IsPwrSuspendAllowed: BOOL; stdcall;
  2. function IsPwrHibernateAllowed: BOOL; stdcall;
  3. function IsPwrShutdownAllowed: BOOL; stdcall;
  4. function SetSuspendState(Hibernate, ForceCritical, DisableWakeEvent: BOOL): BOOL; stdcall;