Msvm_SyntheticDisplayControllerSettingData class

Describes the setting data for a virtual synthetic display controller.

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

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_SyntheticDisplayControllerSettingData : CIM_ResourceAllocationSettingData
{
  uint8  ResolutionType;
  uint16 HorizontalResolution;
  uint16 VerticalResolution;
};

Members

The Msvm_SyntheticDisplayControllerSettingData class has these types of members:

Properties

The Msvm_SyntheticDisplayControllerSettingData class has these properties.

HorizontalResolution

Data type: uint16

Access type: Read/write

The horizontal resolution.

ResolutionType

Data type: uint8

Access type: Read-only

The resolution type.

Unknown (0)

Other (1)

Maximum (2)

Single (3)

Default (4)

Note

Added in Windows 10, version 1703.

VerticalResolution

Data type: uint16

Access type: Read/write

The vertical resolution.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_ResourceAllocationSettingData