IDDCX_MONITOR_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-iddcx_monitor_mode)

IDDCX_MONITOR_MODE structure

Description

A IDDCX_MONITOR_MODE structure provides information about the current monitor mode.

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.

See also

EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION

IDARG_IN_PARSEMONITORDESCRIPTION

IDARG_OUT_PARSEMONITORDESCRIPTION