IDARG_IN_COMMITMODES2 - NtDoc

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

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

NtDoc

No description available.

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

Description

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.

Members

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.

Remarks

For more information about HDR support, see IddCx version 1.10 updates.

See also

EVT_IDD_CX_ADAPTER_COMMIT_MODES2

IDDCX_PATH2