Win32_DisplayConfiguration, ROOT\CIMV2

Class | Methods | Properties (15) | Qualifiers (6) | Instances (1) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Win32_DisplayConfiguration class represents configuration information for the display device on a Win32 system. This class is being deprecated in favor of the properties in Win32_VideoController, Win32_DesktopMonitor, and CIM_VideoControllerResolution

Win32_DisplayConfiguration properties

Win32_DisplayConfiguration has 15 properties (12 Local, 3 Derived)

NameOriginCIMType
BitsPerPelWin32_DisplayConfiguration19 [uint32]
CaptionCIM_Setting8 [string]
DescriptionCIM_Setting8 [string]
key
DeviceName
Win32_DisplayConfiguration8 [string]
DisplayFlagsWin32_DisplayConfiguration19 [uint32]
DisplayFrequencyWin32_DisplayConfiguration19 [uint32]
DitherTypeWin32_DisplayConfiguration19 [uint32]
DriverVersionWin32_DisplayConfiguration8 [string]
ICMIntentWin32_DisplayConfiguration19 [uint32]
ICMMethodWin32_DisplayConfiguration19 [uint32]
LogPixelsWin32_DisplayConfiguration19 [uint32]
PelsHeightWin32_DisplayConfiguration19 [uint32]
PelsWidthWin32_DisplayConfiguration19 [uint32]
SettingIDCIM_Setting8 [string]
SpecificationVersionWin32_DisplayConfiguration19 [uint32]

Detailed description of Win32_DisplayConfiguration properties

Local properties (12) of Win32_DisplayConfiguration class

BitsPerPel property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The BitsPerPel property indicates the number of bits used to represent the color in this configuration (the bits per pixel).
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'
MappingStrings['Win32API|Device Context Functions|GetDeviceCaps|BITSPIXEL']
readTrue
BitsPerPel property is in 2 classes of ROOT\cimv2 and in 2 namespaces
DeviceName property
CIMTYPE'string'
DEPRECATEDTrue
Description'The DeviceName property indicates the name of the display device.
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
keyTrue
MappingStrings['WMI']
MaxLen260
readTrue
DeviceName property is in 4 classes of ROOT\cimv2 and in 15 namespaces
DisplayFlags property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The DisplayFlags property indicates whether the display device is color (versus monochrome), and non-interlaced (versus interlaced). By masking its value with the DM_GRAYSCALE and DM_INTERLACED masks respectively, DisplayFlags indicates whether the display device is color (versus monochrome), and non-interlaced (versus interlaced). The DisplayFlags property contains two bits of information about 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'
MappingStrings['Win32API|Printing and Print Spooler Structures|DEVMODE|dmDisplayFlags ']
readTrue
DisplayFlags property is in 2 classes of ROOT\cimv2 and in 2 namespaces
DisplayFrequency property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The DisplayFrequency property indicates the display's vertical refresh rate. The refresh rate for a monitor is the number of times the screen is redrawn per second (frequency).
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32API|Device Context Functions|GetDeviceCaps|VREFRESH']
readTrue
Units'hertz'
DisplayFrequency property is in 2 classes of ROOT\cimv2 and in 2 namespaces
DitherType property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The DitherType property indicates the dither type of the display. This property can assume predefined values of 1 to 5, or driver-defined values from 6 to 256. Line art dithering is a special dithering method that produces well-defined borders between black, white, and gray scalings. It is not suitable for images that include continuous graduations in intensity and hue (such as scanned photographs).
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32API|Printing and Print Spooler Structures|DEVMODE|dmDitherType']
readTrue
ValueMap['1', '2', '3', '4', '5']
Values['No Dithering', 'Coarse Brush', 'Fine Brush', 'Line Art', 'Greyscale']
DitherType property is in 3 classes of ROOT\cimv2 and in 2 namespaces
DriverVersion property
CIMTYPE'string'
DEPRECATEDTrue
Description'The DriverVersion property indicates the release version of the display driver.
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32Registry|System\CurrentControlSet\Services\Class|Ver']
readTrue
DriverVersion property is in 4 classes of ROOT\cimv2 and in 6 namespaces
ICMIntent property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The ICMIntent (Image Color Matching Intent) property indicates the value of one of the three possible color matching methods (intents) that should be used by default. This property is used primarily for non-ICM applications. ICM applications establish intents by using the ICM functions. This property can assume predefined values of 1 to 3, or driver-defined values from 4 to 256.
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32API|Printing and Print Spooler Structures|DEVMODE|dmICMIntent']
readTrue
ValueMap['1', '2', '3']
Values['Saturation', 'Contrast', 'Exact Color']
ICMIntent property is in 3 classes of ROOT\cimv2 and in 2 namespaces
ICMMethod property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The ICMMethod (Image Color Matching Method) property indicates how ICM is handled. For a non-ICM application, this property indicates if ICM is enabled or disabled. For ICM applications, the system examines this member to determine which part of the computer system handles ICM support.
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32API|Printing and Print Spooler Structures|DEVMODE|dmICMMethod ']
readTrue
ValueMap['1', '2', '3', '4']
Values['Disabled', 'Windows', 'Device Driver', 'Device']
ICMMethod property is in 3 classes of ROOT\cimv2 and in 2 namespaces
LogPixels property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The LogPixels property contains the number of pixels per logical inch. This property is valid only with devices that work with pixels (this excludes devices such as printers).
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32API|Printing and Print Spooler Structures|DEVMODE|dmLogPixels']
readTrue
Units'pixels'
LogPixels property is in 2 classes of ROOT\cimv2 and in 2 namespaces
PelsHeight property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The PelsHeight property indicates the height of the displayable surface.
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32API|Printing and Print Spooler Structures|DEVMODE|dmPelsHeight ']
readTrue
Units'pixels'
PelsHeight property is in 2 classes of ROOT\cimv2 and in 2 namespaces
PelsWidth property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The PelsWidth property indicates the width of the displayable surface.
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32API|Printing and Print Spooler Structures|DEVMODE|dmPelsWidth ']
readTrue
Units'pixels'
PelsWidth property is in 2 classes of ROOT\cimv2 and in 2 namespaces
SpecificationVersion property
CIMTYPE'uint32'
DEPRECATEDTrue
Description'The SpecificationVersion property indicates the version number of the initialization data for the Win32 display device.
This property has been deprecated in favor of a corresponding property(s) contained in the Win32_VideoController, Win32_DesktopMonitor and//or CIM_VideoControllerResolution'
MappingStrings['Win32API|Printing and Print Spooler Structures|DEVMODE|dmSpecVersion']
readTrue
SpecificationVersion property is in 3 classes of ROOT\cimv2 and in 2 namespaces

Derived properties (3) of Win32_DisplayConfiguration class

Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) of the CIM_Setting object.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
Description property
CIMTYPE'string'
Description'A textual description of the CIM_Setting object.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
SettingID property
CIMTYPE'string'
Description'The identifier by which the CIM_Setting object is known.'
MaxLen256
readTrue
SettingID property is in 37 classes of ROOT\cimv2 and in 10 namespaces

Win32_DisplayConfiguration Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
DEPRECATEDTrue
Description'The Win32_DisplayConfiguration class represents configuration information for the display device on a Win32 system. This class is being deprecated in favor of the properties in Win32_VideoController, Win32_DesktopMonitor, and CIM_VideoControllerResolution'
dynamicTrue
Locale1033
provider'CIMWin32'
UUID'{8502C4E4-5FBB-11D2-AAC1-006008C78BC7}'

Win32_DisplayConfiguration System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_DisplayConfiguration'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Setting']___SYSTEM8
__PROPERTY_COUNT15___SYSTEM3
__RELPATH'Win32_DisplayConfiguration'___SYSTEM8
__DYNASTY'CIM_Setting'___SYSTEM8
__SUPERCLASS'CIM_Setting'___SYSTEM8
__CLASS'Win32_DisplayConfiguration'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_DisplayConfiguration

Number of classes:19
comments powered by Disqus
WUtils.com