Package com.sun.jna.platform.win32
Interface WinNT.SYSTEM_POWER_STATE
- 
- Enclosing interface:
- WinNT
 
 public static interface WinNT.SYSTEM_POWER_STATEDefines values that are used to specify system power states.
- 
- 
Field SummaryFields Modifier and Type Field Description static intPowerSystemHibernatestatic intPowerSystemMaximumstatic intPowerSystemShutdownstatic intPowerSystemSleeping1static intPowerSystemSleeping2static intPowerSystemSleeping3static intPowerSystemUnspecifiedstatic intPowerSystemWorking
 
- 
- 
- 
Field Detail- 
PowerSystemUnspecifiedstatic final int PowerSystemUnspecified - See Also:
- Constant Field Values
 
 - 
PowerSystemWorkingstatic final int PowerSystemWorking - See Also:
- Constant Field Values
 
 - 
PowerSystemSleeping1static final int PowerSystemSleeping1 - See Also:
- Constant Field Values
 
 - 
PowerSystemSleeping2static final int PowerSystemSleeping2 - See Also:
- Constant Field Values
 
 - 
PowerSystemSleeping3static final int PowerSystemSleeping3 - See Also:
- Constant Field Values
 
 - 
PowerSystemHibernatestatic final int PowerSystemHibernate - See Also:
- Constant Field Values
 
 - 
PowerSystemShutdownstatic final int PowerSystemShutdown - See Also:
- Constant Field Values
 
 - 
PowerSystemMaximumstatic final int PowerSystemMaximum - See Also:
- Constant Field Values
 
 
- 
 
-