Debugging Tools for Windows

DEBUG_REQUEST_TARGET_CAN_DETACH

The DEBUG_REQUEST_TARGET_CAN_DETACH Request operation checks to see if it is possible for the debugger engine to detach from the current process (leaving the process running but no longer being debugged).

Parameters

InBuffer
Not used.
OutBuffer
Not used.

Return Value

S_OK
It is possible to detach the debugger from the current process.
S_FALSE
It is not possible to detach the debugger from the current process.

Comments

Only targets running on Microsoft Windows XP or later versions of Windows support detaching the debugger from the process.

See Also

Request

Build machine: CAPEBUILD