// iddcx.h
struct IDDCX_MONITOR_MODE2 {
UINT Size;
IDDCX_MONITOR_MODE_ORIGIN Origin;
DISPLAYCONFIG_VIDEO_SIGNAL_INFO MonitorVideoSignalInfo;
IDDCX_WIRE_BITS_PER_COMPONENT BitsPerComponent;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDDCX_MONITOR_MODE2 structure contains information about a monitor mode.
SizeSize in bytes of this structure.
OriginAn IDDCX_MONITOR_MODE_ORIGIN value that identifies where the driver derived the mode from.
MonitorVideoSignalInfoA DISPLAYCONFIG_VIDEO_SIGNAL_INFO structure that contains details about the monitor mode. AdditionalSignalInfo.vSyncFreqDivider must be set to zero.
BitsPerComponentA 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.
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION2
IDARG_IN_PARSEMONITORDESCRIPTION2
IDARG_OUT_PARSEMONITORDESCRIPTION