Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |