Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 2.28 KB

nf-debugapi-debugactiveprocessstop.md

File metadata and controls

87 lines (66 loc) · 2.28 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:debugapi.DebugActiveProcessStop
DebugActiveProcessStop function (debugapi.h)
Stops the debugger from debugging the specified process.
DebugActiveProcessStop
DebugActiveProcessStop function
_win32_debugactiveprocessstop
base.debugactiveprocessstop
debugapi/DebugActiveProcessStop
base\debugactiveprocessstop.htm
Debug
29d1a6d1-0c10-43c1-bef1-b063f07b16a4
12/05/2018
DebugActiveProcessStop, DebugActiveProcessStop function, _win32_debugactiveprocessstop, base.debugactiveprocessstop, debugapi/DebugActiveProcessStop
debugapi.h
Windows.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Kernel32.lib
Kernel32.dll
Windows
19H1
DebugActiveProcessStop
debugapi/DebugActiveProcessStop
c++
APIRef
kbSyntax
DllExport
Kernel32.dll
API-MS-Win-Core-debug-l1-1-1.dll
KernelBase.dll
API-MS-Win-DownLevel-Kernel32-l1-1-0.dll
MinKernelBase.dll
API-MS-Win-Core-Debug-L1-1-2.dll
DebugActiveProcessStop

DebugActiveProcessStop function

-description

Stops the debugger from debugging the specified process.

-parameters

-param dwProcessId [in]

The identifier of the process to stop debugging.

-returns

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.

-see-also

DebugActiveProcess

Debugging Functions

Debugging a Running Process

Process Functions for Debugging