CIM_VideoSetting class

The CIM_VideoSetting class associates the CIM_VideoControllerResolution setting object with the controller to which it applies.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

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

Syntax

[Abstract, UUID("{1008CCEB-7BFF-11D2-AAD2-006008C78BC7}"), AMENDMENT]
class CIM_VideoSetting : CIM_ElementSetting
{
  CIM_VideoControllerResolution REF Setting;
  CIM_VideoController           REF Element;
};

Members

The CIM_VideoSetting class has these types of members:

Properties

The CIM_VideoSetting class has these properties.

Element

Data type: CIM_VideoController

Access type: Read-only

Qualifiers: Override ("Element")

A CIM_VideoController that describes the video controller.

Setting

Data type: CIM_VideoControllerResolution

Access type: Read-only

Qualifiers: Override ("Setting")

A CIM_VideoControllerResolution that describes the resolutions, refresh rates, scan mode and number of colors that can be set for the Controller.

Remarks

WMI does not implement this class. For WMI classes derived from CIM_VideoSetting, see Win32 Classes.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

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_ElementSetting