IDDCX_MONITOR_MODE structure (iddcx.h)
A IDDCX_MONITOR_MODE structure provides information about the current monitor mode.
Syntax
struct IDDCX_MONITOR_MODE {
UINT Size;
IDDCX_MONITOR_MODE_ORIGIN Origin;
DISPLAYCONFIG_VIDEO_SIGNAL_INFO MonitorVideoSignalInfo;
};
Members
Size
Total size in bytes of this structure.
Origin
A IDDCX_MONITOR_MODE_ORIGIN value from which the driver derived this mode.
MonitorVideoSignalInfo
A DISPLAYCONFIG_VIDEO_SIGNAL_INFO structure that provides the details of the Monitor mode.
MonitorVideoSignalInfo.AdditionalSignalInfo's union value of vSyncFreqDivider must be zero.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | iddcx.h |
See also
EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION