Platform SDK: Performance Monitoring

PDH_RAW_COUNTER_ITEM

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

typedef struct _PDH_RAW_COUNTER_ITEM
  LPTSTR           szName;
  PDH_RAW_COUNTER  RawValue;
} PDH_RAW_COUNTER_ITEM, *PPDH_RAW_COUNTER_ITEM;

Members

szName
A pointer to a null-terminated string containing the name of the raw counter.
RawValue
A PDH_RAW_COUNTER structure.

Requirements

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

See Also

PdhGetRawCounterArray, PDH_RAW_COUNTER