DebugActiveProcessStop (KERNEL32.@)
BOOL DebugActiveProcessStop ( DWORD pid )
Attempts to detach the debugger from a process.
pid | [In] | The process to be detached. |
TRUE if the debugger was detached from the process.
Defined in "winbase.h".
Implemented in "dlls/kernel32/debugger.c". source.winehq.org/source/dlls/kernel32/debugger.c
Debug channel "debugstr".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.