Debugging Tools for Windows |
The TerminateProcesses method attempts to terminate all processes in all targets.
HRESULT
IDebugClient::TerminateProcesses(
);
This method may also return error values. See Return Values for more details.
TerminateProcesses is available in all versions of IDebugClient.
Only live user-mode processes are terminated by this method. For other targets, the target is detached from the debugger without terminating.
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.
AttachProcess, CreateProcessAndAttach2, TerminateCurrentProcess, DetachProcesses, .kill (Kill Process)