DebugSetProcessKillOnExit (KERNEL32.@)
BOOL DebugSetProcessKillOnExit ( BOOL kill )
Let a debugger decide whether a debuggee will be killed upon debugger termination.
kill | [In] | If set to TRUE then kill the process on exit. |
TRUE if successful, FALSE otherwise.
Declared in "include/winbase.h". gitlab.winehq.org/wine/wine/blob/master/include/winbase.h
Implemented in "dlls/kernel32/debugger.c". gitlab.winehq.org/wine/wine/blob/master/dlls/kernel32/debugger.c
Debug channel "debugstr".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.