ISymbolSettings::UpdateSymbolSettings method
A request to send debug symbol paths to the local (non-remote) engine.
Syntax
HRESULT UpdateSymbolSettings(
SymbolServerInfo symbolServerInfo
);
Parameters
symbolServerInfo
Debug symbol server path information.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also