IDARG_OUT_GETSRMLISTVERSION - NtDoc

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

struct IDARG_OUT_GETSRMLISTVERSION {
  [out] UINT SrmListVersionBufferOutputCount;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IDARG_OUT_GETSRMLISTVERSION structure

Description

IDARG_OUT_GETSRMLISTVERSION is the output structure for IddCxMonitorGetSrmListVersion.

Members

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.

Remarks

See also

IDARG_IN_GETSRMLISTVERSION

IddCxMonitorGetSrmListVersion