ContinueDebugEvent.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "debugstr".