IDebugModule3::LoadSymbols
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Loads the symbols for the current module.
Syntax
HRESULT LoadSymbols(
void
);
int LoadSymbols();
Return Value
If the method succeeds, it returns S_OK
. If it fails, it returns an error code.
Remarks
This method loads the symbols from the current search path (which can be altered by calling the SetSymbolPath method).
This method is preferred over the ReloadSymbols_Deprecated method.