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
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/debugger.c".
- Debug channel "debugstr".