共用方式為


IDebugHostBaseClass2::GetContainingModule 方法 (dbgmodel.h)

如果符號具有包含的模組,則傳回包含此符號的模組。 如果符號沒有包含的模組,則會傳回錯誤。

語法

HRESULT GetContainingModule(
  IDebugHostModule **containingModule
);

參數

containingModule

包含符號的模組將會在這裡傳回。

傳回值

此方法會傳回表示成功或失敗的 HRESULT。

要求

要求 價值
標頭 dbgmodel.h

另請參閱

IDebugHostBaseClass2 介面