Debugging Tools for Windows |
The RemoveSymbolOptions method turns off some of the engine's global symbol options.
HRESULT
IDebugSymbols::RemoveSymbolOptions(
IN PULONG Options
);
This method may also return error values. See Return Values for more details.
RemoveSymbolOptions is available in all versions of IDebugSymbols.
After the symbol options have been changed, for each client the engine sends out notification to that client's IDebugEventCallbacks by it passing the DEBUG_CES_SYMBOL_OPTIONS flag to the IDebugEventCallbacks::ChangeSymbolState method.
For more information about symbols, see Symbols.
Headers: Defined in Dbgeng.h. Include Dbgeng.h. The options are defined in Dbghelp.h.