WmiMonitorConnectionParams class

The WmiMonitorConnectionParams WMI class contains the connection type of the monitor.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

class WmiMonitorConnectionParams
{
  boolean Active;
  string  InstanceName;
  uint32  VideoOutputTechnology;
};

Members

The WmiMonitorConnectionParams class has these types of members:

Properties

The WmiMonitorConnectionParams class has these properties.

Active

Data type: boolean

Access type: Read-only

Indicates the active monitor.

InstanceName

Data type: string

Access type: Read-only

Qualifiers: Key

Name of the specific monitor instance.

VideoOutputTechnology

Data type: uint32

Access type: Read-only

Video output technology connection type. Valid values are documented in the D3DKMDT_VIDEO_OUTPUT_TECHNOLOGY enumeration.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\wmi
MOF
WmiCore.mof
DLL
WmiProv.dll

See also

MSMonitorClass