ContinueDebugEvent (KERNEL32.@)
BOOL ContinueDebugEvent ( DWORD pid, DWORD tid, DWORD status )
Enables a thread that previously produced a debug event to continue.
pid | [In] | The Id of the process to continue. |
tid | [In] | The Id of the thread to continue. |
status | [In] | The rule to apply to unhandled exeptions. |
TRUE if the debugger is listed as the processes owner and the process and thread are valid.
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 Jul 2008.