共用方式為


(dbgmodel.h) 的 IDebugHostType2::GetContainingModule 方法

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

語法

HRESULT GetContainingModule(
  IDebugHostModule **containingModule
);

參數

containingModule

此處會傳回包含符號的模組。

傳回值

這個方法會傳回 HRESULT,表示成功或失敗。

規格需求

需求
標頭 dbgmodel.h

另請參閱

IDebugHostType2 介面