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