IDebugThread3.GetLogicalThread 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 GetLogicalThread(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2 ^ pStackFrame, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugLogicalThread2 ^ % ppLogicalThread);
public int GetLogicalThread (Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 pStackFrame, out Microsoft.VisualStudio.Debugger.Interop.IDebugLogicalThread2 ppLogicalThread);
abstract member GetLogicalThread : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 * IDebugLogicalThread2 -> int
Public Function GetLogicalThread (pStackFrame As IDebugStackFrame2, ByRef ppLogicalThread As IDebugLogicalThread2) As Integer
Parameters
- pStackFrame
- IDebugStackFrame2
- ppLogicalThread
- IDebugLogicalThread2