PDH_FMT_COUNTERVALUE_ITEM_A structure (pdh.h)

The PDH_FMT_COUNTERVALUE_ITEM structure contains the instance name and formatted value of a counter.

Syntax

typedef struct _PDH_FMT_COUNTERVALUE_ITEM_A {
  LPSTR                szName;
  PDH_FMT_COUNTERVALUE FmtValue;
} PDH_FMT_COUNTERVALUE_ITEM_A, *PPDH_FMT_COUNTERVALUE_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.

FmtValue

A PDH_FMT_COUNTERVALUE structure that contains the 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_FMT_COUNTERVALUE

PdhGetFormattedCounterArray