IDebugHostModule::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.

Syntax

HRESULT GetContainingModule(
  IDebugHostModule **containingModule
);

Parameters

containingModule

The module which contains the symbol will be returned here.

Return value

This method returns HRESULT that indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostModule interface