// iddcx.h
struct IDARG_IN_COMMITMODES2 {
UINT PathCount;
IDDCX_PATH2 *pPaths;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDARG_IN_COMMITMODES2 structure contains input parameters for the EVT_IDD_CX_ADAPTER_COMMIT_MODES2 callback function, which allows a driver to report extra information needed for HDR10 or WCG monitor modes.
PathCount[in] The number of paths in the array pointed to by pPaths.
pPaths[in] Pointer to an array of IDDCX_PATH2 structures that contain the paths that need to be committed.
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_ADAPTER_COMMIT_MODES2