IDebugSettingsCallback2.GetMetricString(String, Guid, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetMetricString(System::String ^ pszType, Guid % guidSection, System::String ^ pszMetric, [Runtime::InteropServices::Out] System::String ^ % pbstrValue);
public int GetMetricString(string pszType, ref Guid guidSection, string pszMetric, out string pbstrValue);
abstract member GetMetricString : string * Guid * string * string -> int
Public Function GetMetricString (pszType As String, ByRef guidSection As Guid, pszMetric As String, ByRef pbstrValue As String) As Integer
Parameters
- pszType
- String
- guidSection
- Guid
- pszMetric
- String
- pbstrValue
- String