Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Stops the debugger from debugging the specified process.
Syntax
BOOL DebugActiveProcessStop(
[in] DWORD dwProcessId
);
Parameters
[in] dwProcessId
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | debugapi.h (include Windows.h) |
| Library | Kernel32.lib |
| DLL | Kernel32.dll |