Debugging Tools for Windows |
The RemoveProcessOptions method removes process options from those options that affect the current process.
HRESULT
IDebugClient::RemoveProcessOptions(
IN ULONG Options
);
This method may also return error values. See Return Values for more details.
RemoveProcessOptions is available in all versions of IDebugClient.
This method is available only in live user-mode debugging.
Some of the process options are global options, others are specific to the current process.
If any process options are modified, the engine will notify the event callbacks by calling their IDebugEventCallbacks::ChangeEngineState method with the DEBUG_CES_PROCESS_OPTIONS flag set.
For more information about creating and attaching to live user-mode targets, see Live User-Mode Targets.
Headers: Defined in dbgeng.h. Include dbgeng.h.
GetProcessOptions, SetProcessOptions, AddProcessOptions, DEBUG_PROCESS_XXX