PDH_STATISTICS structure (pdh.h)
The PDH_STATISTICS structure contains the minimum, maximum, and mean values for an array of raw counters values.
Syntax
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
Format of the data. The format is specified in the dwFormat when calling PdhComputeCounterStatistics.
count
Number of values in the array.
min
Minimum of the values.
max
Maximum of the values.
mean
Mean of the values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | pdh.h |