Debugging Tools for Windows |
The DetachProcesses method detaches the debugger engine from all processes in all targets, resuming all their threads.
HRESULT
IDebugClient::DetachProcesses(
);
This method may also return error values. See Return Values for more details.
DetachProcesses is available in all versions of IDebugClient.
The targets must be running on Windows XP or a later version of Windows.
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, DetachCurrentProcess, TerminateProcesses, .detach (Detach from Process)