PDH_FMT_COUNTERVALUE_ITEM_A struttura (pdh.h)
La struttura PDH_FMT_COUNTERVALUE_ITEM contiene il nome dell'istanza e il valore formattato di un contatore.
Sintassi
typedef struct _PDH_FMT_COUNTERVALUE_ITEM_A {
LPSTR szName;
PDH_FMT_COUNTERVALUE FmtValue;
} PDH_FMT_COUNTERVALUE_ITEM_A, *PPDH_FMT_COUNTERVALUE_ITEM_A;
Members
szName
Puntatore a una stringa con terminazione null che specifica il nome dell'istanza del contatore. La stringa viene aggiunta alla fine di questa struttura.
FmtValue
Struttura PDH_FMT_COUNTERVALUE contenente il valore del contatore dell'istanza.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | pdh.h |