IDARG_IN_COMMITMODES structure (iddcx.h)

The IDARG_IN_COMMITMODES structure contains input parameters for the EVT_IDD_CX_ADAPTER_COMMIT_MODES callback function.

Syntax

struct IDARG_IN_COMMITMODES {
  UINT       PathCount;
  IDDCX_PATH *pPaths;
};

Members

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.

Requirements

Requirement Value
Minimum supported client Windows 10
Header iddcx.h

See also

EVT_IDD_CX_ADAPTER_COMMIT_MODES

IDDCX_PATH