IDARG_OUT_GETSRMLISTVERSION结构(iddcx.h)

IDARG_OUT_GETSRMLISTVERSIONIddCxMonitorGetSrmListVersion的输出结构。

语法

struct IDARG_OUT_GETSRMLISTVERSION {
  [out] UINT SrmListVersionBufferOutputCount;
};

成员

[out] SrmListVersionBufferOutputCount

如果 IDARG_IN_GETSRMLISTVERSION.pSrmListVersion 为 NULL,OS 会将 SrmListVersionBufferOutputCount 设置为读取 SRM 列表版本说明所需的缓冲区的大小(以字节为单位)。 如果 IDARG_IN_GETSRMLISTVERSION.pSrmListVersion 为非 NULL,则 SrmListVersionBufferOutputCountIDARG_IN_GETSRMLISTVERSION.pSrmListVersion 缓冲区中返回的字节数。 如果没有 SRM 列表集,OS 会将 SrmListVersionBufferOutputCount 设置为零。

要求

要求 价值
最低支持的客户端 Windows 10
标头 iddcx.h

另请参阅

IDARG_IN_GETSRMLISTVERSION

IddCxMonitorGetSrmListVersion