SYSTEM_POWER_STATE (Structures)
Last changed: -84.227.230.190

.
Summary
TODO - a short description

C# Definition:

struct SYSTEM_POWER_STATE {
    PowerSystemUnspecified = 0,
    PowerSystemWorking = 1,
    PowerSystemSleeping1 = 2,
    PowerSystemSleeping2 = 3,
    PowerSystemSleeping3 = 4,
    PowerSystemHibernate = 5,
    PowerSystemShutdown = 6,
    PowerSystemMaximum = 7
}

VB Definition:

Structure SYSTEM_POWER_STATE
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation