IDebugSettingsCallback2::GetMetricString
擷取指定其名稱之計量的值字串。
語法
private int GetMetricString(
string pszType,
ref Guid guidSection,
string pszMetric,
out string pbstrValue
);
參數
pszType
[in]計量的類型。
guidSection
[in]區段的唯一標識碼。
pszMetric
[in]計量的名稱。
pbstrValue
[out]傳回計量的值字串。
傳回值
如果成功,則會傳回 S_OK
;否則,會傳回錯誤碼。