Scroll to navigation

DebugActiveProcessStop(3w) Wine API DebugActiveProcessStop(3w)

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

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