DebugActiveProcessStop function
Applies to: desktop apps only
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 |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012