DebugActiveProcess.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

DebugActiveProcess (KERNEL32.@)

SYNOPSIS

BOOL DebugActiveProcess
 (
  DWORD pid
 )

DESCRIPTION

Attempts to attach the debugger to a process.

PARAMS

pid [In] The process to be debugged.

RETURNS

TRUE if the debugger was attached to process.

IMPLEMENTATION

Defined in "winbase.h".

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

Debug channel "debugstr".