IDDCX_DISPLAYCONFIGPATH2_FLAGS enumeration (iddcx.h)
An IDDCX_DISPLAYCONFIGPATH2_FLAGS enumeration value identifies the flags for the path, including which fields in the IDDCX_DISPLAYCONFIGPATH2 structure contain valid data.
Syntax
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
} ;
Constants
IDDCX_DISPLAYCONFIGPATH2_FLAGS_UNINITIALIZED Value: 0x0 Indicates that an IDDCX_DISPLAYCONFIGPATH2_FLAGS variable has not yet been assigned a meaningful value. |
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MODE_VALID Value: 0x1 If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::Mode field contains valid data. |
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SCALE_FACTOR_VALID Value: 0x2 If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorScaleFactor field contains valid data. |
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_PHYSICAL_SIZE_VALID Value: 0x4 If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorPhysicalSize field contains valid data. |
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_COLORIMETRY_VALID Value: 0x8 If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorColorimetry field contains valid data. |
IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SDRWHITELEVEL_VALID Value: 0x10 If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorSdrWhiteLevel field contains valid data. |
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 |