Debugging Tools for Windows |
The RemoveSyntheticModule method removes a synthetic module from the module list the debugger maintains for the current process.
HRESULT
IDebugSymbols3::RemoveSyntheticModule(
IN ULONG64 Base
);
This method may also return error values. See Return Values for more details.
RemoveSyntheticModule is available in IDebugSymbols3 and later versions.
If all the modules are reloaded ‑ for example, by calling Reload with the Module parameter set to the empty string ‑ all synthetic modules will be discarded.
For more information about synthetic modules, see Synthetic Modules.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.