DebugActiveProcessStop 函数 (debugapi.h)
使调试程序停止调试指定的进程。
语法
BOOL DebugActiveProcessStop(
[in] DWORD dwProcessId
);
参数
[in] dwProcessId
要停止调试的进程标识符。
返回值
如果该函数成功,则返回值为非零值。
如果函数失败,则返回值为零。 要获得更多的错误信息,请调用 GetLastError。
要求
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | debugapi.h (包括 Windows.h) |
Library | Kernel32.lib |
DLL | Kernel32.dll |