Condividi tramite


struttura IDARG_OUT_GETSRMLISTVERSION (iddcx.h)

IDARG_OUT_GETSRMLISTVERSION è la struttura di output per IddCxMonitorGetSrmListVersion.

Sintassi

struct IDARG_OUT_GETSRMLISTVERSION {
  [out] UINT SrmListVersionBufferOutputCount;
};

Membri

[out] SrmListVersionBufferOutputCount

Se IDARG_IN_GETSRMLISTVERSION.pSrmListVersion è NULL, il sistema operativo imposta SrmListVersionBufferOutputCount sulle dimensioni, in byte, del buffer necessario per leggere la descrizione della versione dell'elenco SRM. Se IDARG_IN_GETSRMLISTVERSION.pSrmListVersion è diverso da NULL, SrmListVersionBufferOutputCount è il numero di byte restituiti nel buffer IDARG_IN_GETSRMLISTVERSION.pSrmListVersion. Se non è stato impostato alcun elenco SRM, il sistema operativo imposta SrmListVersionBufferOutputCount su zero.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10
intestazione iddcx.h

Vedere anche

IDARG_IN_GETSRMLISTVERSION

IddCxMonitorGetSrmListVersion