// iddcx.h
typedef enum IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE {
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_UNINITIALIZED = 0,
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDR = 1,
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDRWCG = 2,
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_HDR10 = 3
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE enumeration value specifies the color mode to be set on a monitor.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_UNINITIALIZED:0Indicates that an IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE variable has not yet been assigned a meaningful value.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDR:1Allows a driver to indicate that it wants to run in SDR mode even if the OS may wish to use HDR or SDR WCG.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDRWCG:2Allows a driver to indicate that it wants to run in SDR WCG mode even if the OS may wish to use HDR or SDR.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_HDR10:3Allows a driver to indicate that it wants to run in HDR mode even if the OS may wish to use SDR or SDR WCG.
For more information about HDR support, see IddCx version 1.10 updates.
IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2
IddCxAdapterDisplayConfigUpdate2