CIM_DesktopMonitor class (Hyper-V management)

Represents a CRT desktop monitor.

Syntax

[Abstract, Version("2.6.0"), UMLPackagePath("CIM::Device::UserDevices")]
class CIM_DesktopMonitor : CIM_Display
{
  uint16 DisplayType;
  uint32 Bandwidth;
  uint32 ScreenHeight;
  uint32 ScreenWidth;
};

Members

The CIM_DesktopMonitor class has these types of members:

Properties

The CIM_DesktopMonitor class has these properties.

Bandwidth

Data type: uint32

Access type: Read-only

Qualifiers: Units ("MegaHertz"), PUnit ("hertz * 10^6")

The bandwidth of the display, in MHertz. "0" indicates unknown.

DisplayType

Data type: uint16

Access type: Read-only

The type of display type of the CRT monitor. For example, multiscan color, or monochrome.

Unknown (0)

Other (1)

Multiscan Color (2)

Multiscan Monochrome (3)

Fixed Frequency Color (4)

Fixed Frequency Monochrome (5)

ScreenHeight

Data type: uint32

Access type: Read-only

The logical height of the display, in screen coordinates.

ScreenWidth

Data type: uint32

Access type: Read-only

The logical width of the display, in screen coordinates.

Requirements

Requirement Value
Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Display