IDebugStackFrame2::GetThread

获取与堆栈帧关联的线程。

语法

int GetThread ( 
   out IDebugThread2 ppThread
);

参数

ppThread
[out]返回一个 表示线程的 IDebugThread2 对象。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

另请参阅