IDebugHostType::GetContext 方法 (dbgmodel.h)

GetContext 方法返回符号有效上下文。 虽然这将表示符号所在的调试目标和进程/地址空间等内容,但它可能不像从其他方式检索的上下文那样具体(例如:从 IModelObject)。

语法

HRESULT GetContext(
  IDebugHostContext **context
);

参数

context

此处将返回符号所在的主机上下文。

返回值

此方法返回指示成功或失败的 HRESULT。

要求

要求 价值
标头 dbgmodel.h

另请参阅

IDebugHostType 接口