// iddcx.h
struct IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE {
UINT PathCount;
IDDCX_DISPLAYCONFIGPATH *pPaths;
};
View the official Windows Driver Kit DDI referenceNo description available.
IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE contains the arguments used in the IddCxAdapterDisplayConfigUpdate function.
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.
An indirect display driver (IDD) calls IddCxAdapterDisplayConfigUpdate when it receives a new display configuration.
IddCxAdapterDisplayConfigUpdate