IDebugHostType::GetContainingModule 方法 (dbgmodel.h)

如果符号具有包含的模块,则返回包含此符号的模块。 如果该符号没有包含的模块,则返回错误。

语法

HRESULT GetContainingModule(
  IDebugHostModule **containingModule
);

参数

containingModule

包含 符号的模块将在此处返回。

返回值

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

要求

要求
Header dbgmodel.h

另请参阅

IDebugHostType 接口