共用方式為


PdhVbGetCounterPathFromList 函式

PdhVbGetCounterPathFromList函式會從使用者最近呼叫PdhVbCreateCounterPathList函式所建立的計數器路徑清單中,從Index參數所參考的計數器路徑複製。

重要

本主題描述的函式未來可能會改變或無法使用。 相反地,Microsoft 建議您使用 效能計數器函式中所述的函式

函式 PdhVbGetCounterPathFromList ( _ byVal Index As Long, _ byVal Buffer As String, _ byVal BufferLength As Long _ ) As Long

參數

Index

要擷取之計數器路徑的索引。 這必須是大於或等於 1 的值,且小於或等於 PdhVbCreateCounterPathList 函式所傳回的值。

Buffer

會接收對應至 Index 參數值的計數器路徑的維度和初始化字串。

BufferLength

符合 Buffer 所參考字串的最大字元數。

傳回值

函式會傳回復制到 Buffer 的字元數。

規格需求

需求
最低支援的用戶端
Windows XP [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2003 [僅限桌面應用程式]
程式庫
Pdh.lib
DLL
Pdh.dll

另請參閱

PdhVbCreateCounterPathList

PdhVbGetCounterPathElements

PdhVbGetOneCounterPath