IDebugAsyncOperation.GetResult(Int32, 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 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