Share via


IDebugAsyncOperation.GetResult(Int32, Object) Method

Definition

public:
 int GetResult([Runtime::InteropServices::Out] int % phrResult, [Runtime::InteropServices::Out] System::Object ^ % ppunkResult);
public int GetResult(out int phrResult, out object ppunkResult);
abstract member GetResult : int * obj -> int
Public Function GetResult (ByRef phrResult As Integer, ByRef ppunkResult As Object) As Integer

Parameters

phrResult
Int32
ppunkResult
Object

Returns

Applies to