IDARG_IN_COMMITMODES2 structure (iddcx.h)
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.
Syntax
struct IDARG_IN_COMMITMODES2 {
UINT PathCount;
IDDCX_PATH2 *pPaths;
};
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 September Update (IddCx version 1.10) |
Header | iddcx.h |