BACK TO INDEX

CIM_VideoControllerResolution
CIM_VideoControllerResolution describes the various video modes that a video controller can support. Video modes are defined by the possible horizontal and vertical resolutions, refresh rate, scan mode and number of colors settings supported by a controller. The actual resolutions, etc. that are in use, are the values specified in the CIM_VideoController object.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringA textual description of the CIM_Setting object.
HorizontalResolutionUInt32Controller's horizontal resolution in Pixels.
MaxRefreshRateUInt32Maximum refresh rate in Hertz, when a range of rates is supported at the specified resolutions.
MinRefreshRateUInt32Minimum refresh rate in Hertz, when a range of rates is supported at the specified resolutions.
NumberOfColorsUInt64Number of colors supported at the current resolutions.
RefreshRateUInt32Refresh rate in Hertz. If a range of rates is supported, use the MinRefreshRate and MaxRefreshRate properties, and set RefreshRate (this property) to 0.
ScanModeUInt16Integer indicating whether the controller operates in interlaced (value=5) or non-interlaced (4) mode.
SettingIDStringThe inherited SettingID serves as part of the key for a CIM_VideoControllerResolution instance.
VerticalResolutionUInt32Controller's vertical resolution in Pixels.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of CIM_VideoControllerResolution
   {
    Caption = "640 x 480 x 65536 colors @ 60 Hertz";
    Description = "640 x 480 x 65536 colors @ 60 Hertz";
    HorizontalResolution = 640;
    NumberOfColors = "65536";
    RefreshRate = 60;
    ScanMode = 4;
    SettingID = "640 x 480 x 65536 colors @ 60 Hertz";
    VerticalResolution = 480;
   };