Win32_VideoSettings class

The Win32_VideoSettings association WMI class relates a video controller and video settings that can be applied to it.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Dynamic, Provider("CIMWin32"), UUID("{1008CCEE-7BFF-11D2-AAD2-006008C78BC7}"), AMENDMENT]
class Win32_VideoSettings : CIM_VideoSetting
{
  CIM_VideoControllerResolution REF Setting;
  Win32_VideoController         REF Element;
};

Members

The Win32_VideoSettings class has these types of members:

Properties

The Win32_VideoSettings class has these properties.

Element

Data type: Win32_VideoController

Access type: Read-only

Qualifiers: Key, Override ("Element"), MappingStrings ("WMI|Win32_VideoController")

A Win32_VideoController containing the properties of the video controller that a video setting can be used on.

Setting

Data type: CIM_VideoControllerResolution

Access type: Read-only

Qualifiers: Key, Override ("Setting"), MappingStrings ("CIM|CIM_VideoControllerResolution")

A CIM_VideoControllerResolution containing settings that can be applied to the video controller.

Remarks

The Win32_VideoSettings class is derived from CIM_VideoSetting.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_VideoSetting

Computer System Hardware Classes