DebugActiveProcessStop function
Stops the debugger from debugging the specified process.
Syntax
BOOL WINAPI DebugActiveProcessStop( _In_ DWORD dwProcessId );
Parameters
- dwProcessId [in]
-
The identifier of the process to stop debugging.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: