| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| HorizontalResolution | UInt32 | Controller's horizontal resolution in Pixels. | |
| MaxRefreshRate | UInt32 | Maximum refresh rate in Hertz, when a range of rates is supported at the specified resolutions. | |
| MinRefreshRate | UInt32 | Minimum refresh rate in Hertz, when a range of rates is supported at the specified resolutions. | |
| NumberOfColors | UInt64 | Number of colors supported at the current resolutions. | |
| RefreshRate | UInt32 | Refresh rate in Hertz. If a range of rates is supported, use the MinRefreshRate and MaxRefreshRate properties, and set RefreshRate (this property) to 0. | |
| ScanMode | UInt16 | Integer indicating whether the controller operates in interlaced (value=5) or non-interlaced (4) mode. | |
| SettingID | String | The inherited SettingID serves as part of the key for a CIM_VideoControllerResolution instance. | |
| VerticalResolution | UInt32 | Controller'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;    }; | |||