Condividi tramite


PDH_STATISTICS struttura (pdh.h)

La struttura PDH_STATISTICS contiene i valori minimi, massimi e medi per una matrice di contatori non elaborati.

Sintassi

typedef struct _PDH_STATISTICS {
  DWORD                dwFormat;
  DWORD                count;
  PDH_FMT_COUNTERVALUE min;
  PDH_FMT_COUNTERVALUE max;
  PDH_FMT_COUNTERVALUE mean;
} PDH_STATISTICS, *PPDH_STATISTICS;

Members

dwFormat

Formato dei dati. Il formato viene specificato in dwFormat quando si chiama PdhComputeCounterStatistics.

count

Numero di valori nella matrice.

min

Minimo dei valori.

max

Massimo dei valori.

mean

Media dei valori.

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

PdhComputeCounterStatistics