







[This is preliminary documentation and is subject to change.]
Specifies the supported power personalities.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.PowerManagement
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum PowerPersonality |
| Visual Basic (Declaration) |
|---|
Public Enumeration PowerPersonality |
| Visual C++ |
|---|
public enum class PowerPersonality |
Members
| Member name | Description | |
|---|---|---|
| HighPerformance |
Power settings designed to deliver maximum performance
at the expense of power consumption savings.
| |
| PowerSaver |
Power settings designed consume minimum power
at the expense of system performance and responsiveness.
| |
| Automatic |
Power settings designed to balance performance
and power consumption.
|
