PDH_DATA_ITEM_PATH_ELEMENTS_W 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_W {
LPWSTR szMachineName;
GUID ObjectGUID;
DWORD dwItemId;
LPWSTR szInstanceName;
} PDH_DATA_ITEM_PATH_ELEMENTS_W, *PPDH_DATA_ITEM_PATH_ELEMENTS_W;
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 |