// iddcx.h
struct IDDCX_MONITOR_MODE {
UINT Size;
IDDCX_MONITOR_MODE_ORIGIN Origin;
DISPLAYCONFIG_VIDEO_SIGNAL_INFO MonitorVideoSignalInfo;
};
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_MONITOR_MODE structure provides information about the current monitor mode.
SizeTotal size in bytes of this structure.
OriginA IDDCX_MONITOR_MODE_ORIGIN value from which the driver derived this mode.
MonitorVideoSignalInfoA DISPLAYCONFIG_VIDEO_SIGNAL_INFO structure that provides the details of the Monitor mode.
MonitorVideoSignalInfo.AdditionalSignalInfo's union value of vSyncFreqDivider must be zero.
EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION
IDARG_IN_PARSEMONITORDESCRIPTION
IDARG_OUT_PARSEMONITORDESCRIPTION