本文介绍了C ++进程终止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

因此,在我的程序中,我使用EnumProcess获取所有活动进程,然后将此ID与文件进行比较,如果我找到相同的ID,则终止它,

我现在的问题是如何终止程序,我应该使用TerminateProcess吗?有没有更简单,更安全的方法?和ty

解决方案



Hello,
so in my program i use EnumProcess to get all active processes and then compare this ID's with a file and if i find the same ID i terminate it ,
my problem now is how to terminate the program , should i use TerminateProcess ? is there any easier and safer method ? and ty

解决方案



这篇关于C ++进程终止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-09 06:29