IQueryComputeThreadInfo110.FindThreadsWithFrame 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 FindThreadsWithFrame(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2 ^ pMatchThisFrame, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumMatchedStackFrameInfo110 ^ % ppEnum);
public int FindThreadsWithFrame (Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 pMatchThisFrame, out Microsoft.VisualStudio.Debugger.Interop.IEnumMatchedStackFrameInfo110 ppEnum);
abstract member FindThreadsWithFrame : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 * IEnumMatchedStackFrameInfo110 -> int
Public Function FindThreadsWithFrame (pMatchThisFrame As IDebugStackFrame2, ByRef ppEnum As IEnumMatchedStackFrameInfo110) As Integer
Parameters
- pMatchThisFrame
- IDebugStackFrame2