.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WaitForDebugEvent 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWaitForDebugEvent\fR (KERNEL32.@) .SH SYNOPSIS BOOL WaitForDebugEvent ( LPDEBUG_EVENT \fIevent\fR, DWORD \fItimeout\fR ) .SH DESCRIPTION .PP Waits for a debugging \fIevent\fR to occur in a process being debugged before filling out the debug \fIevent\fR structure. .SH PARAMS \fIevent\fR \fB[Out]\fR Address of structure for \fIevent\fR information. .PP \fItimeout\fR \fB[In]\fR Number of milliseconds to wait for \fIevent\fR. .PP .SH RETURNS .PP Returns \fBTRUE\fR if a debug \fIevent\fR occurred and \fBFALSE\fR if the call timed out. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/debugger.c"\fR. .PP Debug channel \fB"debugstr"\fR.