IDebugStackFrame2:: GetThread

获取线程与堆栈帧。

HRESULT GetThread ( 
   IDebugThread2** ppThread
);
int GetThread ( 
   out IDebugThread2 ppThread
);

参数

返回值

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

请参见

参考

IDebugStackFrame2

IDebugThread2