IDebugThread2:: GetLogicalThread

调试引擎不执行此方法。

HRESULT GetLogicalThread( 
   IDebugStackFrame2*     pStackFrame,
   IDebugLogicalThread2** ppLogicalThread
);
int GetLogicalThread( 
   IDebugStackFrame2        pStackFrame,
   out IDebugLogicalThread2 ppLogicalThread
);

参数

  • pStackFrame
    [in] 表示堆栈帧的 IDebugStackFrame2 对象。

  • ppLogicalThread
    [out] 返回表示关联的逻辑线程的 IDebugLogicalThread2 接口。 调试引擎实现应将此为空值。

返回值

调试引擎实现始终返回 E_NOTIMPL。

请参见

参考

IDebugThread2