estructura IDARG_OUT_GETSRMLISTVERSION (iddcx.h)

IDARG_OUT_GETSRMLISTVERSION es la estructura de salida de IddCxMonitorGetSrmListVersion.

Sintaxis

struct IDARG_OUT_GETSRMLISTVERSION {
  [out] UINT SrmListVersionBufferOutputCount;
};

Miembros

[out] SrmListVersionBufferOutputCount

Si IDARG_IN_GETSRMLISTVERSION.pSrmListVersion es NULL, el sistema operativo establecerá SrmListVersionBufferOutputCount en el tamaño, en bytes, del búfer necesario para leer la descripción de la versión de la lista de SRM. Si IDARG_IN_GETSRMLISTVERSION.pSrmListVersion no es NULL, SrmListVersionBufferOutputCount es el número de bytes devueltos en el búfer IDARG_IN_GETSRMLISTVERSION.pSrmListVersion . Si no se ha establecido ninguna lista de SRM, el sistema operativo establecerá SrmListVersionBufferOutputCount en cero.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10
Encabezado iddcx.h

Consulte también

IDARG_IN_GETSRMLISTVERSION

IddCxMonitorGetSrmListVersion