IDDCX_MONITOR_MODE2 structure (iddcx.h)
The IDDCX_MONITOR_MODE2 structure contains information about a monitor mode.
Syntax
struct IDDCX_MONITOR_MODE2 {
UINT Size;
IDDCX_MONITOR_MODE_ORIGIN Origin;
DISPLAYCONFIG_VIDEO_SIGNAL_INFO MonitorVideoSignalInfo;
IDDCX_WIRE_BITS_PER_COMPONENT BitsPerComponent;
};
Members
Size
Size in bytes of this structure.
Origin
An IDDCX_MONITOR_MODE_ORIGIN value that identifies where the driver derived the mode from.
MonitorVideoSignalInfo
A DISPLAYCONFIG_VIDEO_SIGNAL_INFO structure that contains details about the monitor mode. AdditionalSignalInfo.vSyncFreqDivider must be set to zero.
BitsPerComponent
A IDDCX_WIRE_BITS_PER_COMPONENT structure that specifies the number of bits per component that can be used to send pixels of each format to a monitor.
Remarks
For more information about HDR support, see IddCx version 1.10 updates.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 September Update (IddCx version 1.10) |
Header | iddcx.h |
See also
EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION2