Condividi tramite


struttura PDH_RAW_COUNTER_ITEM_A (pdh.h)

La struttura PDH_RAW_COUNTER_ITEM contiene il nome dell'istanza e il valore non elaborato di un contatore.

Sintassi

typedef struct _PDH_RAW_COUNTER_ITEM_A {
  LPSTR           szName;
  PDH_RAW_COUNTER RawValue;
} PDH_RAW_COUNTER_ITEM_A, *PPDH_RAW_COUNTER_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.

RawValue

Struttura PDH_RAW_COUNTER che contiene il valore del contatore non elaborato 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

Vedi anche

PDH_RAW_COUNTER

PdhGetRawCounterArray