WmiMonitorListedSupportedSourceModes class
The WmiMonitorListedSupportedSourceModes lists the supported source modes for a video monitor in its monitor descriptor, if any exist. For monitors that have no description, this list of modes is generated based on the type of monitor, as specified by the monitor bus driver.
Syntax
class WmiMonitorListedSupportedSourceModes : MSMonitorClass
{
boolean Active;
string InstanceName;
uint16 NumOfMonitorSourceModes;
uint16 PreferredMonitorSourceModeIndex;
VideoModeDescriptor MonitorSourceModes[];
};
Members
The WmiMonitorListedSupportedSourceModes class has these types of members:
Properties
The WmiMonitorListedSupportedSourceModes class has these properties.
-
Active
-
-
Data type: boolean
-
Access type: Read-only
Indicates the active monitor.
-
-
InstanceName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
Name of the specific monitor instance.
-
-
MonitorSourceModes
-
-
Data type: VideoModeDescriptor array
-
Access type: Read-only
Lists monitor source modes represented by instances of the VideoModeDescriptor class.
-
-
NumOfMonitorSourceModes
-
-
Data type: uint16
-
Access type: Read-only
Number of listed supported monitor source mode.
-
-
PreferredMonitorSourceModeIndex
-
-
Data type: uint16
-
Access type: Read-only
Preferred monitor source mode index.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\wmi |
MOF |
|
DLL |
|