IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE structure (iddcx.h)

IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE contains the arguments used in the IddCxAdapterDisplayConfigUpdate function.

Syntax

struct IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE {
  UINT                    PathCount;
  IDDCX_DISPLAYCONFIGPATH *pPaths;
};

Members

PathCount

[in] The number of paths in the pPaths array. PathCount can't be zero.

pPaths

[in] Pointer to array of IDDCX_DISPLAYCONFIGPATH structures containing path display configuration information.

Remarks

An indirect display driver (IDD) calls IddCxAdapterDisplayConfigUpdate when it receives a new display configuration.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header iddcx.h

See also

IDDCX_DISPLAYCONFIGPATH

IddCxAdapterDisplayConfigUpdate