IDebugStackFrame2::GetCodeContext

获取此堆栈帧的代码上下文。

语法

int GetCodeContext ( 
   out IDebugCodeContext2 ppCodeCxt
);

参数

ppCodeCxt
[out]返回一个 IDebugCodeContext2 对象,该对象代表此堆栈帧中的当前指令指针。

返回值

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

另请参阅