WmiMonitorListedFrequencyRanges class

The WmiMonitorListedFrequencyRanges WMI class lists the frequency ranges supported by the monitor. These ranges are found in Video Input Definition of Video Electronics Standard Association (VESA) Enhanced Extended Display Identification Data (E-EDID) block or in the Windows INF file that contains device driver data.

Syntax

class WmiMonitorListedFrequencyRanges : MSMonitorClass
{
  boolean                  Active;
  string                   InstanceName;
  uint16                   NumOfMonitorFreqRanges;
  FrequencyRangeDescriptor MonitorFreqRanges[];
};

Members

The WmiMonitorListedFrequencyRanges class has these types of members:

Properties

The WmiMonitorListedFrequencyRanges 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.

MonitorFreqRanges

Data type: FrequencyRangeDescriptor array

Access type: Read-only

List of monitor frequency ranges represented by instances of the FrequencyRangeDescriptor class.

NumOfMonitorFreqRanges

Data type: uint16

Access type: Read-only

Number of listed supported monitor frequency ranges.

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