WaitForDebugEvent(3w)
NAME
WaitForDebugEvent (KERNEL32.@)
SYNOPSIS
BOOL WaitForDebugEvent ( LPDEBUG_EVENT event, DWORD timeout )
DESCRIPTION
Waits for a debugging event to occur in a process being debugged before
filling out the debug event structure.
PARAMS
event [Out] Address of structure for event information.
timeout [In] Number of milliseconds to wait for event.
RETURNS
Returns TRUE if a debug event occurred and FALSE if the call timed out.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/debugger.c".
- Debug channel "debugstr".