DebugSetProcessKillOnExit(3w)
NAME
DebugSetProcessKillOnExit (KERNEL32.@)
SYNOPSIS
BOOL DebugSetProcessKillOnExit
(
BOOL kill
)
DESCRIPTION
Let a debugger decide whether a debuggee will be killed upon debugger
termination.
PARAMS
kill [In] If set to TRUE then kill the process on exit.
RETURNS
TRUE if successful, FALSE otherwise.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/debugger.c".
- Debug channel "debugstr".