Platform SDK: Performance Monitoring

PDH_FMT_COUNTERVALUE_ITEM

The PDH_FMT_COUNTERVALUE_ITEM structure contains the name of, and information about, a specific counter value.

typedef struct _PDH_FMT_COUNTERVALUE_ITEM
  LPTSTR                szName;
  PDH_FMT_COUNTERVALUE  FmtValue;
} PDH_FMT_COUNTERVALUE_ITEM, *PPDH_FMT_COUNTERVALUE_ITEM;

Members

szName
A pointer to a null-terminated string containing the name of the counter.
FmtValue
A PDH_FMT_COUNTERVALUE structure.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Pdh.h.
  Unicode: Declared as Unicode and ANSI structures.

See Also

PdhGetFormattedCounterArray, PDH_FMT_COUNTERVALUE