DebugActiveProcessStop.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

DebugActiveProcessStop (KERNEL32.@)

SYNOPSIS

BOOL DebugActiveProcessStop
 (
  DWORD pid
 )

DESCRIPTION

Attempts to detach the debugger from a process.

PARAMS

pid [In] The process to be detached.

RETURNS

TRUE if the debugger was detached from the process.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/debugger.c".

Debug channel "debugstr".