WaitForDebugEvent (KERNEL32.@)
BOOL WaitForDebugEvent ( LPDEBUG_EVENT event, DWORD timeout )
Waits for a debugging event to occur in a process being debugged before filling out the debug event structure.
event | [Out] | Address of structure for event information. |
timeout | [In] | Number of milliseconds to wait for event. |
Returns TRUE if a debug event occurred and FALSE if the call timed out.
Defined in "winbase.h".
Implemented in "dlls/kernel32/debugger.c". source.winehq.org/source/dlls/kernel32/debugger.c
Debug channel "debugstr".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.