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

Declared in "winbase.h". https://source.winehq.org/source/include/winbase.h

Implemented in "dlls/kernel32/debugger.c". https://source.winehq.org/source/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 Apr 2024.