Compartilhar via


estrutura IDARG_OUT_GETSRMLISTVERSION (iddcx.h)

IDARG_OUT_GETSRMLISTVERSION é a estrutura de saída para IddCxMonitorGetSrmListVersion.

Sintaxe

struct IDARG_OUT_GETSRMLISTVERSION {
  [out] UINT SrmListVersionBufferOutputCount;
};

Membros

[out] SrmListVersionBufferOutputCount

Se IDARG_IN_GETSRMLISTVERSION.pSrmListVersion for NULL, o sistema operacional definirá SrmListVersionBufferOutputCount como o tamanho, em bytes, do buffer necessário para ler a descrição da versão da lista SRM. Se IDARG_IN_GETSRMLISTVERSION.pSrmListVersion não for NULL, SrmListVersionBufferOutputCount será o número de bytes retornados no buffer IDARG_IN_GETSRMLISTVERSION.pSrmListVersion . Se não houver nenhum conjunto de listas SRM, o sistema operacional definirá SrmListVersionBufferOutputCount como zero.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10
Cabeçalho iddcx.h

Confira também

IDARG_IN_GETSRMLISTVERSION

IddCxMonitorGetSrmListVersion