IDebugHostType::GetContainingModule method (dbgmodel.h)
Returns the module which contains this symbol if the symbol has a containing module. If the symbol does not have a containing module, an error is returned.
HRESULT GetContainingModule(
IDebugHostModule **containingModule
);
containingModule
The module which contains the symbol will be returned here.
This method returns HRESULT that indicates success or failure.
Requirement | Value |
---|---|
Header | dbgmodel.h |