PowerReporting 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.
Enumerates the possible power reporting capabilities of a device.
public enum PowerReporting
type PowerReporting =
Public Enum PowerReporting
- Inheritance
-
PowerReporting
Fields
Name | Value | Description |
---|---|---|
None | 0 | The service object cannot determine the state of the device. Therefore, no power reporting is possible. |
Standard | 1 | The service object can determine and report two of the power states, OffOffline (that is, Off or Offline) and Online. |
Advanced | 2 | The service object can determine and report all three power states, Off, Offline, and Online. |