Platform SDK: Performance Monitoring

PDH_DATA_ITEM_PATH_ELEMENTS

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

typedef struct _PDH_DATA_ITEM_PATH_ELEMENTS
  LPTSTR  szMachineName;
  GUID    ObjectGUID;
  DWORD   dwItemId;
  LPTSTR  szInstanceName;
} PDH_DATA_ITEM_PATH_ELEMENTS, *PPDH_DATA_ITEM_PATH_ELEMENTS;

Members

szMachineName
A pointer to a null-terminated string containing the name of the machine where the data item resides.
ObjectGUID
The GUID of the object where the data item resides.
dwItemId
The identifier of the data item.
szInstanceName
A pointer to a null-terminated string containing the name of the data item instance.

Requirements

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

See Also

PDH_COUNTER_INFO