NAME

ContinueDebugEvent  (KERNEL32.@)

SYNOPSIS

 BOOL ContinueDebugEvent
 (
  DWORD pid,
  DWORD tid,
  DWORD status
 )

DESCRIPTION

Enables a thread that previously produced a debug event to continue.

PARAMS

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.

RETURNS

TRUE if the debugger is listed as the processes owner and the process and thread are valid.

IMPLEMENTATION

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.