Debugging Tools for Windows |
The RemoveSyntheticSymbol method removes a synthetic symbol from a module in the current process.
HRESULT
IDebugSymbols3::RemoveSyntheticSymbol(
IN PDEBUG_MODULE_AND_ID Id
);
This method may also return error values. See Return Values for more details.
RemoveSyntheticSymbol is available in IDebugSymbols3 and later versions.
If the module containing a synthetic symbol is reloaded ‑ for example, by calling Reload with the Module parameter set to the name of the module ‑ the synthetic symbol will be discarded.
For more information about synthetic symbols, see Synthetic Symbols.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.