PDH_RAW_COUNTER_ITEM_A structure (pdh.h)

The PDH_RAW_COUNTER_ITEM structure contains the instance name and raw value of a counter.

Syntax

typedef struct _PDH_RAW_COUNTER_ITEM_A {
  LPSTR           szName;
  PDH_RAW_COUNTER RawValue;
} PDH_RAW_COUNTER_ITEM_A, *PPDH_RAW_COUNTER_ITEM_A;

Members

szName

Pointer to a null-terminated string that specifies the instance name of the counter. The string is appended to the end of this structure.

RawValue

A PDH_RAW_COUNTER structure that contains the raw counter value of the instance.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header pdh.h

See also

PDH_RAW_COUNTER

PdhGetRawCounterArray