Share via


IQueryComputeThreadInfo110.FindThreadsWithFrame Method

Definition

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

Returns

Applies to