IDebugSettingsCallback2.GetEELocalObject(Guid, Guid, String, Object) 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 GetEELocalObject(Guid % guidLang, Guid % guidVendor, System::String ^ pszMetric, [Runtime::InteropServices::Out] System::Object ^ % ppUnk);
public int GetEELocalObject(ref Guid guidLang, ref Guid guidVendor, string pszMetric, out object ppUnk);
abstract member GetEELocalObject : Guid * Guid * string * obj -> int
Public Function GetEELocalObject (ByRef guidLang As Guid, ByRef guidVendor As Guid, pszMetric As String, ByRef ppUnk As Object) As Integer
Parameters
- guidLang
- Guid
- guidVendor
- Guid
- pszMetric
- String
- ppUnk
- Object