SYSTEM_POWER_LEVEL (Structures)
Last changed: -24.79.132.171

.
Summary
TODO - a short description

C# Definition:

struct SYSTEM_POWER_LEVEL {
    bool Enable;
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)]
    byte[] Spare;
    uint BatteryLevel;
    PowerActionPolicy PowerPolicy;
    SYSTEM_POWER_STATE MinSystemState;
}

VB Definition:

Structure SYSTEM_POWER_LEVEL
   Public TODO
End Structure

User-Defined Field Types:

SYSTEM_POWER_STATE

Notes:

None.

Documentation