PDH_STATISTICS 

The PDH_STATISTICS structure is used to return the statistics of the values in an array of raw counters managed by the application program. The format of the data in the PDH_FMT_COUNTERVALUE17DJWKQ structure is described in the dwFormat member.

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

The format of the data.

count

The number of values in the array.

min

The minimum of the values.

max

The maximum of the values.

mean

The mean of the values.

 

See Also

PdhComputeCounterStatistics, PDH_FMT_COUNTERVALUE