IDebugClient5::DetachCurrentProcess method (dbgeng.h)
The DetachCurrentProcess method detaches the debugger engine from the current process, resuming all its threads.
Syntax
HRESULT DetachCurrentProcess();
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |