// iddcx.h
struct IDARG_IN_COMMITMODES {
UINT PathCount;
IDDCX_PATH *pPaths;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDARG_IN_COMMITMODES structure contains input parameters for the EVT_IDD_CX_ADAPTER_COMMIT_MODES callback function.
PathCount[in] The number of paths in the array that pPaths points to.
pPaths[in] A pointer to the array of IDDCX_PATH structures containing the paths that need to be committed.
EVT_IDD_CX_ADAPTER_COMMIT_MODES