IDebugStackFrame3.GetUnwindCodeContext(IDebugCodeContext2) 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 GetUnwindCodeContext([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ % ppCodeContext);
public int GetUnwindCodeContext(out Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 ppCodeContext);
abstract member GetUnwindCodeContext : IDebugCodeContext2 -> int
Public Function GetUnwindCodeContext (ByRef ppCodeContext As IDebugCodeContext2) As Integer
Parameters
- ppCodeContext
- IDebugCodeContext2