This class contains the video adapter configuration information of a client computer. This class is included in a default hardware inventory operation.
Table C.12 Display Controller Configuration Attribute Class (SMS_G_System_DISPLAY_CONTROLLER_CONFIGURATION)
Property (Bold if collected) | Data type | Example | Notes |
---|---|---|---|
BitsPerPixel | uint32 | 32 | Indicates the current number of bits per pixel. |
ColorPlanes | uint32 | 1 | Indicates the current number of color panes in the display. |
DeviceEntriesInAColorTable | uint32 | 256 | Indicates the current number of device entries in a color table. |
DeviceSpecificPens | uint32 | 3 | Indicates the current number of device-specific pens, where 0xFFFF means the device does not support pens. |
GroupID | uint32 | 2 | Within one ResourceId (one SMS client), GroupID distinguishes one instance of a class from another. Objects with the same ResourceId and GroupID are “deltas” of one another, describing the same hardware inventory instance at different points in time. This is not a collectable property. |
HorizontalResolution | uint32 | 640 | Indicates the current number of pixels in the horizontal direction (X axis) of the display. |
Name | string | "ATI Graphics Ultra Pro (mach32)" | Key. Defines the label that the object is known by. Maximum length is 256 characters. |
RefreshRate | uint32 | 72 | Indicates the refresh rate, in Hertz, of the video adapter. A value of 0 or 1 indicates a default rate is being used. A -1 indicates that an optimal rate is being used. |
ReservedSystemPaletteEntries | uint32 | 24 | Indicates the current number of reserved entries in a system palette. |
ResourceId | uint32 | 42 | Key. Inventory items with the same ResourceId were all discovered on the same SMS client. The ResourceId identifies the SMS client.
A ResourceId is an integer generated for the sake of SQL; it is not unique outside the site and should be used only for short-term querying purposes. It is not a collectable property. |
RevisionID | uint32 | 1 | Objects with the same ResourceId and GroupID are deltas, differentiated from one another by RevisionID number. The highest number is the most recent update. This is not a collectable property. |
SystemPaletteEntries | uint32 | 256 | Indicates the current number of entries in a system palette. |
TimeStamp | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the information in this object was last revised. This is not a collectable property. |
VerticalResolution | uint32 | 480 | Indicates the current number of pixels in the vertical direction (Y axis) of the display. |
VideoMode | string | "640 by 480 pixels, 256 Colors" | Indicates the current pixel resolution and color setting of the display. |