// iddcx.h
typedef enum IDDCX_DISPLAYCONFIGPATH2_FLAGS {
IDDCX_DISPLAYCONFIGPATH2_FLAGS_UNINITIALIZED = 0x0,
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MODE_VALID = 0x1,
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SCALE_FACTOR_VALID = 0x2,
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_PHYSICAL_SIZE_VALID = 0x4,
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_COLORIMETRY_VALID = 0x8,
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SDRWHITELEVEL_VALID = 0x10
} ;
View the official Windows Driver Kit DDI referenceNo description available.
An IDDCX_DISPLAYCONFIGPATH2_FLAGS enumeration value identifies the flags for the path, including which fields in the IDDCX_DISPLAYCONFIGPATH2 structure contain valid data.
IDDCX_DISPLAYCONFIGPATH2_FLAGS_UNINITIALIZED:0x0Indicates that an IDDCX_DISPLAYCONFIGPATH2_FLAGS variable has not yet been assigned a meaningful value.
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MODE_VALID:0x1If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::Mode field contains valid data.
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SCALE_FACTOR_VALID:0x2If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorScaleFactor field contains valid data.
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_PHYSICAL_SIZE_VALID:0x4If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorPhysicalSize field contains valid data.
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_COLORIMETRY_VALID:0x8If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorColorimetry field contains valid data.
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SDRWHITELEVEL_VALID:0x10If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorSdrWhiteLevel field contains valid data.
For more information about HDR support, see IddCx version 1.10 updates.
IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2
IddCxAdapterDisplayConfigUpdate2