Debugging Tools for Windows |
The RemoveEngineOptions method turns off some of the engine's options.
HRESULT
IDebugControl::RemoveEngineOptions(
IN ULONG Options
);
This method may also return error values. See Return Values for more details.
RemoveEngineOptions is available in all versions of IDebugControl.
After the engine options have been changed, the engine sends out notification to each client's event callback object by passing the DEBUG_CES_ENGINE_OPTIONS flag to the IDebugEventCallbacks::ChangeEngineState method.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.Defined in Dbgeng.h. Include Dbgeng.h.