获取线程与堆栈帧。
HRESULT GetThread (
IDebugThread2** ppThread
);
int GetThread (
out IDebugThread2 ppThread
);
参数
- ppThread
[out] 返回表示线程的 IDebugThread2 对象。
返回值
如果成功,则返回; S_OK否则,返回错误代码。
获取线程与堆栈帧。
HRESULT GetThread (
IDebugThread2** ppThread
);
int GetThread (
out IDebugThread2 ppThread
);
如果成功,则返回; S_OK否则,返回错误代码。