Win32_VideoConfiguration class

The Win32_VideoConfiguration class is not active. It will not return any instances as there is no provider backing it.

The Win32_VideoConfiguration class represents a configuration of a video subsystem. This class has been deprecated in favor of the properties contained in the Win32_VideoController, Win32_DesktopMonitor, and CIM_VideoControllerResolution classes

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[DEPRECATED, UUID("{8502C4ED-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_VideoConfiguration : CIM_Setting
{
  string   Caption;
  string   Description;
  string   SettingID;
  uint32   ActualColorResolution;
  string   AdapterChipType;
  string   AdapterCompatibility;
  string   AdapterDACType;
  string   AdapterDescription;
  uint32   AdapterRAM;
  string   AdapterType;
  uint32   BitsPerPixel;
  uint32   ColorPlanes;
  uint32   ColorTableEntries;
  uint32   DeviceSpecificPens;
  datetime DriverDate;
  uint32   HorizontalResolution;
  string   InfFilename;
  string   InfSection;
  string   InstalledDisplayDrivers;
  string   MonitorManufacturer;
  string   MonitorType;
  string   Name;
  uint32   PixelsPerXLogicalInch;
  uint32   PixelsPerYLogicalInch;
  uint32   RefreshRate;
  string   ScanMode;
  uint32   ScreenHeight;
  uint32   ScreenWidth;
  uint32   SystemPaletteEntries;
  uint32   VerticalResolution;
};

Members

The Win32_VideoConfiguration class has these types of members:

Properties

The Win32_VideoConfiguration class has these properties.

ActualColorResolution

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|COLORRES"), Units ("bits per pixel")

Indicates the current color depth of the video display.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

AdapterChipType

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|System\\CurrentControlSet\\Services\\Class\\Info|ChipType")

Contains the name of the adapter chip.

Example: s3

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

AdapterCompatibility

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, key, MaxLen (256), MappingStrings ("WMI")

Specifies the name of the manufacturer of the adapter. This name can be used to compare the compatibility of this device with the needs of the computer system.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

AdapterDACType

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|System\\CurrentControlSet\\Services\\Class\\Info|DACType")

Indicates the name of the digital-to-analog chip (DAC) used in the adapter.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

AdapterDescription

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("WMI")

Contains a description or descriptive name of the video adapter.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

AdapterRAM

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|System\\CurrentControlSet\\Services\\Class\\Info|VideoMemory"), Units ("bytes")

Indicates the memory size of the video adapter.

Example: 16777216

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

AdapterType

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|HARDWARE\\Description\\System\\DisplayController\\0\\Identifier")

Indicates the type of video adapter.

Character Set: Alphanumeric

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

BitsPerPixel

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|BITSPIXEL")

Indicates the actual number of bits per pixel representing the display. This may be scaled to the current video setting (represented by the ActualColorResolution property) of the user.

Example: 8

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Short textual description of the current object.

This property is inherited from CIM_Setting.

ColorPlanes

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|PLANES")

Indicates the current number of color planes used in the video display. A color plane is another way to represent pixel colors; instead of assigning a single RGB value to each a pixel, color planes separate the graphic into each of the primary color components (red green blue), and store them in their own planes. This allows for greater color depths on 8 and 16 bit video systems. Present graphics systems have the bitwidth large enough to store color depth information, making only one color plane necessary.

Example: 1

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

ColorTableEntries

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|NUMCOLORS")

Indicates the number of color indexes in a color table for a video display. This property is used if the device has a color depth of no more than 8 bits per pixel. For devices with greater color depths, -1 is returned.

Example: 256

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

Description

Data type: string

Access type: Read-only

Textual description of the current object.

This property is inherited from CIM_Setting.

DeviceSpecificPens

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|NUMPENS")

Indicates the current number of device-specific pens. A value of 0xFFFFFFFF means the device does not support pens. Pens are used to draw lines and theborders of polygonal objects.

Example: 3

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

DriverDate

Data type: datetime

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|System\\CurrentControlSet\\Services\\Class\\AdapterDescription|DriverDate")

Indicates the date and time the current video driver was installed.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

HorizontalResolution

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|HORZRES")

Indicates the current number of pixels in the horizontal direction (X axis) of the display.

Example: 1024

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

InfFilename

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|System\\CurrentControlSet\\Services\\Class|InfPath")

Specifies the path to the .inf file of the video driver.

Example: C:\Windows\System32\Drivers

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

InfSection

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|System\\CurrentControlSet\\Services\\Class|InfSection")

Indicates the section of the .inf file where the Win32 video information resides.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

InstalledDisplayDrivers

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|System\\CurrentControlSet\\Services\\Class\\Defaule|drv")

Indicates the name of the installed video driver.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

MonitorManufacturer

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("WMI")

Indicates the name of the manufacturer of the display device.

Example: NEC

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

MonitorType

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|HARDWARE\\Description\\System\\MonitorPeripheral\\0|Identifier")

Indicates the model name of the display device.

Example: NEC 5FGp

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

Name

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, key, MaxLen (256), MappingStrings ("WMI")

Contains an identifying name for the video configuration class.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

PixelsPerXLogicalInch

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|LOGPIXELSX")

Indicates the number of pixels per logical inch along the X axis (horizontal direction) of the display.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

PixelsPerYLogicalInch

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|LOGPIXELSY")

Indicates the number of pixels per logical inch along the Y axis (vertical direction) of the display.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

RefreshRate

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|VREFRESH")

Indicates the refresh rate of the video configuration. A value of 0 or 1 indicates a default rate is being used.

Example: 72

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

ScanMode

Data type: string

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32Registry|System\\CurrentControlSet\\Services|Device0|DefaultSettings.Interlaced")

Indicates whether the display device is interlaced.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

Non Interlaced ("Non Interlaced")

Interlaced ("Interlaced")

ScreenHeight

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|VERTSIZE"), Units ("millimeters")

Specifies the height of the physical screen.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

ScreenWidth

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|HORZSIZE"), Units ("millimeters")

Specifies the width of the physical screen.

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

SettingID

Data type: string

Access type: Read-only

Qualifiers: MaxLen (256)

Identifier by which the current object is known.

This property is inherited from CIM_Setting.

SystemPaletteEntries

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|SIZEPALETTE")

Iindicates the current number of color index entries reserved for system use. This value is only valid for display settings that use an indexed palette . Indexed palettes are not used for color depths greater than 8 bits per pixel. If the color depth is more than 8 bits per pixel, this value is set to NULL.

Example: 20

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

VerticalResolution

Data type: uint32

Access type: Read-only

Qualifiers: DEPRECATED, MappingStrings ("Win32API|Device Context Functions|GetDeviceCaps|VERTRES")

Indicates the current number of pixels in the vertical direction (Y axis) of the display.

Example: 768

This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution.

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_Setting