// iddcx.h
struct IDDCX_DISPLAYCONFIG_MODE {
POINT Position;
DISPLAYCONFIG_2DREGION Resolution;
DISPLAYCONFIG_ROTATION Rotation;
DISPLAYCONFIG_RATIONAL RefreshRate;
UINT VSyncFreqDivider;
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE MonitorColorMode;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDDCX_DISPLAYCONFIG_MODE structure contains details of the mode to be set for the monitor in a path.
PositionA POINT structure that contains the requested desktop position for this path.
ResolutionA DISPLAYCONFIG_2DREGION structure that contains the resolution for this path. Resolution must match a resolution supported by the driver.
RotationA DISPLAYCONFIG_ROTATION value that specifies the requested screen orientation for this path.
RefreshRateA DISPLAYCONFIG_RATIONAL structure that contains the requested refresh rate for this path. RefreshRate must match a refresh rate supported by the driver for the specified resolution. This refresh rate is defined as progressive because remote drivers can only support progressive target modes.
VSyncFreqDividerThe V Sync divider value for the specified RefreshRate.
MonitorColorModeA IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE value that specifies the color mode to be set on this monitor.
For more information about HDR support, see IddCx version 1.10 updates.
IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2
IddCxAdapterDisplayConfigUpdate2