// iddcx.h
struct IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2 {
UINT PathCount;
IDDCX_DISPLAYCONFIGPATH2 *pPaths;
};
View the official Windows Driver Kit DDI referenceNo description available.
IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2 contains the arguments used in the IddCxAdapterDisplayConfigUpdate2 function.
PathCount[in] The number of paths in the pPaths array. PathCount can't be zero.
pPaths[in] Pointer to array of IDDCX_DISPLAYCONFIGPATH2 structures containing path display configuration information.
An indirect display driver (IDD) calls IddCxAdapterDisplayConfigUpdate2 when it receives a new display configuration.
For more information about HDR support, see IddCx version 1.10 updates.
IddCxAdapterDisplayConfigUpdate2