IDebugModule3::LoadSymbols
Loads the symbols for the current module.
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 IDebugEngine3::SetSymbolPath method).
This method is preferred over the IDebugModule2::ReloadSymbols_Deprecated method.