Condividi tramite


IDARG_OUT_GETSRMLISTVERSION struttura (iddcx.h)

IDARG_OUT_GETSRMLISTVERSION è la struttura di output per IddCxMonitorGetSrmListVersion.

Sintassi

struct IDARG_OUT_GETSRMLISTVERSION {
  [out] UINT SrmListVersionBufferOutputCount;
};

Members

[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 non è 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.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Intestazione iddcx.h

Vedi anche

IDARG_IN_GETSRMLISTVERSION

IddCxMonitorGetSrmListVersion