IDebugSettingsCallback2.GetMetricDword(String, Guid, String, UInt32) 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 GetMetricDword(System::String ^ pszType, Guid % guidSection, System::String ^ pszMetric, [Runtime::InteropServices::Out] System::UInt32 % pdwValue);
public int GetMetricDword(string pszType, ref Guid guidSection, string pszMetric, out uint pdwValue);
abstract member GetMetricDword : string * Guid * string * uint32 -> int
Public Function GetMetricDword (pszType As String, ByRef guidSection As Guid, pszMetric As String, ByRef pdwValue As UInteger) As Integer
Parameters
- pszType
- String
- guidSection
- Guid
- pszMetric
- String
- pdwValue
- UInt32