.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ContinueDebugEvent 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBContinueDebugEvent\fR (KERNEL32.@) .SH SYNOPSIS BOOL ContinueDebugEvent ( DWORD \fIpid\fR, DWORD \fItid\fR, DWORD \fIstatus\fR ) .SH DESCRIPTION .PP Enables a thread that previously produced a debug event to continue. .SH PARAMS \fIpid\fR \fB[In]\fR The Id of the process to continue. .PP \fItid\fR \fB[In]\fR The Id of the thread to continue. .PP \fIstatus\fR \fB[In]\fR The rule to apply to unhandled exeptions. .PP .SH RETURNS .PP \fBTRUE\fR if the debugger is listed as the processes owner and the process and thread are valid. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/debugger.c"\fR. .PP Debug channel \fB"debugstr"\fR.