IDARG_IN_COMMITMODES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDARG_IN_COMMITMODES {
  UINT       PathCount;
  IDDCX_PATH *pPaths;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_commitmodes)

IDARG_IN_COMMITMODES structure

Description

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

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.

See also

EVT_IDD_CX_ADAPTER_COMMIT_MODES

IDDCX_PATH