IDebugStackFrame2:: GetDocumentContext

获取堆栈帧的文档上下文。

HRESULT GetDocumentContext ( 
   IDebugDocumentContext2** ppCxt
);
int GetDocumentContext ( 
   out IDebugDocumentContext2 ppCxt
);

参数

返回值

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

备注

此方法比调用 IDebugStackFrame2:: GetCodeContext 方法随后调用代码上下文的 IDebugCodeContext2:: GetDocumentContext 方法更快。 但是,无法保证每调试引擎 (DE)会执行此方法。

请参见

参考

IDebugStackFrame2

IDebugDocumentContext2

IDebugCodeContext2:: GetDocumentContext

IDebugStackFrame2:: GetCodeContext