Scroll to navigation

DebugActiveProcess(3w) Wine API DebugActiveProcess(3w)

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

Declared in "winbase.h".
Implemented in "dlls/kernel32/debugger.c".
Debug channel "debugstr".
Oct 2012 Wine API