PDH_DATA_ITEM_PATH_ELEMENTS_A structure (pdh.h)

The PDH_DATA_ITEM_PATH_ELEMENTS structure contains the path elements of a specific data item.

Syntax

typedef struct _PDH_DATA_ITEM_PATH_ELEMENTS_A {
  LPSTR szMachineName;
  GUID  ObjectGUID;
  DWORD dwItemId;
  LPSTR szInstanceName;
} PDH_DATA_ITEM_PATH_ELEMENTS_A, *PPDH_DATA_ITEM_PATH_ELEMENTS_A;

Members

szMachineName

Pointer to a null-terminated string that specifies the name of the computer where the data item resides.

ObjectGUID

GUID of the object where the data item resides.

dwItemId

Identifier of the data item.

szInstanceName

Pointer to a null-terminated string that specifies the name of the data item 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_COUNTER_INFO