PowerManagementCapabilities Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies power-related capabilities of a logical device
public enum class PowerManagementCapabilities
public enum class PowerManagementCapabilities
enum PowerManagementCapabilities
public enum PowerManagementCapabilities
type PowerManagementCapabilities =
Public Enum PowerManagementCapabilities
- Inheritance
-
PowerManagementCapabilities
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown capability |
NotSupported | 1 | Power management not supported |
Disabled | 2 | Power management features are currently disabled |
Enabled | 3 | The power management features are currently enabled, but the exact feature set is unknown or the information is unavailable |
PowerSavingModesEnteredAutomatically | 4 | The device can change its power state based on usage or other criteria |
PowerStateSettable | 5 | The power state may be set through the Win32_LogicalDevice class |
PowerCyclingSupported | 6 | Power may be done through the Win32_LogicalDevice class |
TimedPowerOnSupported | 7 | Timed power-on is supported |