IDARG_OUT_GETSRMLISTVERSION structure (iddcx.h)

IDARG_OUT_GETSRMLISTVERSION is the output structure for IddCxMonitorGetSrmListVersion.

Syntax

struct IDARG_OUT_GETSRMLISTVERSION {
  [out] UINT SrmListVersionBufferOutputCount;
};

Members

[out] SrmListVersionBufferOutputCount

If IDARG_IN_GETSRMLISTVERSION.pSrmListVersion is NULL, the OS will set SrmListVersionBufferOutputCount to the size, in bytes, of the buffer needed to read the SRM list version description. If IDARG_IN_GETSRMLISTVERSION.pSrmListVersion is non-NULL, then SrmListVersionBufferOutputCount is the number of bytes returned in IDARG_IN_GETSRMLISTVERSION.pSrmListVersion buffer. If there was no SRM list set, the OS will set SrmListVersionBufferOutputCount to zero.

Requirements

Requirement Value
Minimum supported client Windows 10
Header iddcx.h

See also

IDARG_IN_GETSRMLISTVERSION

IddCxMonitorGetSrmListVersion