.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DebugSetProcessKillOnExit 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDebugSetProcessKillOnExit\fR (KERNEL32.@) .SH SYNOPSIS BOOL DebugSetProcessKillOnExit ( BOOL \fIkill\fR ) .SH DESCRIPTION .PP Let a debugger decide whether a debuggee will be killed upon debugger termination. .SH PARAMS \fIkill\fR \fB[In]\fR If set to \fBTRUE\fR then \fIkill\fR the process on exit. .PP .SH RETURNS .PP \fBTRUE\fR if successful, \fBFALSE\fR otherwise. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/debugger.c"\fR. .PP Debug channel \fB"debugstr"\fR.