SystemConfig_V0_Power class
This class is the event type class for power configuration events.
The following syntax is simplified from MOF code.
Syntax
[EventType(16), EventTypeName("Power")]
class SystemConfig_V0_Power : SystemConfig_V0
{
boolean s1;
boolean s2;
boolean s3;
boolean s4;
boolean s5;
uint8 Pad1;
uint8 Pad2;
uint8 Pad3;
};
Members
The SystemConfig_V0_Power class has these types of members:
Properties
The SystemConfig_V0_Power class has these properties.
-
Pad1
-
-
Data type: uint8
-
Access type: Read-only
-
Qualifiers: WmiDataId(6)
Reserved.
-
-
Pad2
-
-
Data type: uint8
-
Access type: Read-only
-
Qualifiers: WmiDataId(7)
Reserved.
-
-
Pad3
-
-
Data type: uint8
-
Access type: Read-only
-
Qualifiers: WmiDataId(8)
Reserved.
-
-
s1
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: WmiDataId(1)
True indicates the system supports sleep state S1.
-
-
s2
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: WmiDataId(2)
True indicates the system supports sleep state S2.
-
-
s3
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: WmiDataId(3)
True indicates the system supports sleep state S3.
-
-
s4
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: WmiDataId(4)
True indicates the system supports sleep state S4.
-
-
s5
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: WmiDataId(5)
True indicates the system supports sleep state S5.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
See also