Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 2.56 KB

ns-iddcx-iddcx_displayconfig_mode.md

File metadata and controls

82 lines (61 loc) · 2.56 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames typedef_isUnnamed req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NS:iddcx.IDDCX_DISPLAYCONFIG_MODE
display
IDDCX_DISPLAYCONFIG_MODE
09/22/2023
Windows
Learn more about the IDDCX_DISPLAYCONFIG_MODE structure.
false
structure
iddcx.h
Windows 11, version 22H2 September Update (IddCx version 1.10)
false
apiref
HeaderDef
iddcx.h
IDDCX_DISPLAYCONFIG_MODE
IDDCX_DISPLAYCONFIG_MODE
iddcx/IDDCX_DISPLAYCONFIG_MODE
c++
IDDCX_DISPLAYCONFIG_MODE

-description

The IDDCX_DISPLAYCONFIG_MODE structure contains details of the mode to be set for the monitor in a path.

-struct-fields

-field Position

A POINT structure that contains the requested desktop position for this path.

-field Resolution

A DISPLAYCONFIG_2DREGION structure that contains the resolution for this path. Resolution must match a resolution supported by the driver.

-field Rotation

A DISPLAYCONFIG_ROTATION value that specifies the requested screen orientation for this path.

-field RefreshRate

A 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.

-field VSyncFreqDivider

The V Sync divider value for the specified RefreshRate.

-field MonitorColorMode

A IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE value that specifies the color mode to be set on this monitor.

-remarks

For more information about HDR support, see IddCx version 1.10 updates.

-see-also

IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2

IDDCX_DISPLAYCONFIGPATH2

IddCxAdapterDisplayConfigUpdate2