Debugging Tools for Windows |
The DetachCurrentProcess method detaches the debugger engine from the current process, resuming all its threads.
HRESULT
IDebugClient2::DetachCurrentProcess(
);
This method may also return error values. See Return Values for more details.
DetachCurrentProcess is available in IDebugClient2 and later versions.
The target must be running on Windows XP or a later versions 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, DetachProcesses, AbandonCurrentProcess, TerminateCurrentProcess, .detach (Detach from Process)