This topic has not yet been rated - Rate this topic

SetPowerState method of the CIM_DesktopMonitor Class

Applies to: desktop apps only

The SetPowerState method sets the desired power state for a logical device and when the device should be put into that state. In a subclass, the set of possible return codes should be specified using a ValueMap qualifier on the method. The strings to which the ValueMap contents are translated should also be specified in the subclass as a Values array qualifier. This method is inherited from CIM_LogicalDevice.

Syntax

uint32 SetPowerState(
  [in]  uint16 PowerState,
  [in]  datetime Time
);

Parameters

PowerState [in]

A ValueMap value that specifies the desired power state for this logical device.

ValueMeaning
1

Full power.

2

Power save — low-power mode.

3

Power save — standby.

4

Power save — other.

5

Power cycle.

6

Power off.

 

Time [in]

Specifies when the power state should be set, either as a regular date-time value or as an interval value (where the interval begins when the method invocation is received). When the PowerState parameter is equal to 5 ("Power Cycle"), the Time parameter indicates when the device should power-on again. Power-off is immediate.

Remarks

This method is currently not implemented by WMI. To use this method, you must implement it in your own provider.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Namespace

\root\CIMV2

MOF

Cimwin32.mof

DLL

Cimwin32.dll

See also

CIM_DesktopMonitor
CIM_DesktopMonitor

 

 

Send comments about this topic to Microsoft

Build date: 3/9/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ