// iddcx.h
struct IDARG_OUT_GETSRMLISTVERSION {
[out] UINT SrmListVersionBufferOutputCount;
};
View the official Windows Driver Kit DDI referenceNo description available.
IDARG_OUT_GETSRMLISTVERSION is the output structure for IddCxMonitorGetSrmListVersion.
SrmListVersionBufferOutputCount [out]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.