IDebugProgram3.EnumCodePaths 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 EnumCodePaths(System::String ^ pszHint, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ pStart, Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2 ^ pFrame, int fSource, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumCodePaths2 ^ % ppEnum, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ % ppSafety);
public int EnumCodePaths(string pszHint, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 pStart, Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 pFrame, int fSource, out Microsoft.VisualStudio.Debugger.Interop.IEnumCodePaths2 ppEnum, out Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 ppSafety);
abstract member EnumCodePaths : string * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 * Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 * int * IEnumCodePaths2 * IDebugCodeContext2 -> int
Public Function EnumCodePaths (pszHint As String, pStart As IDebugCodeContext2, pFrame As IDebugStackFrame2, fSource As Integer, ByRef ppEnum As IEnumCodePaths2, ByRef ppSafety As IDebugCodeContext2) As Integer
Parameters
- pszHint
- String
- pStart
- IDebugCodeContext2
- pFrame
- IDebugStackFrame2
- fSource
- Int32
- ppEnum
- IEnumCodePaths2
- ppSafety
- IDebugCodeContext2