搜索资源列表
process
- 学习用的简单的进程路径查看器,主要是初学MFC的系统编程,可以获得指定程序名进程的句柄ID并显示,如果配合TerminateProcess函数可以结束进程(包括系统进程,因为获得了debug 权限)注意编译时要配置好Psapi.lib和Psapi.h
vc468222444
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to
KillTask
- Kill Windows Task .(TerminateProcess)
listprocess
- C++版的打开和强制关闭当前进程程序。主要是用到CreateToolhelp32Snapshot API函数来枚举系统当前进程,以及HANDLE OpenProcess(...)、TerminateProcess(...)打开和关闭当前正在运行的程序进程。-C++ version of the open and forced the closure of the current process procedures. Mainly used CreateToolhelp32Snapshot AP
TerminateProcess
- 如何安全的终止一个进程。并安全的结束它。-how to safely terminate a process.
TerminateProcess
- TerminateProcess.zip输入您要终止的进程的ID号 并终止进程-TerminateProcess.zip enter the ID number of the process you want to terminate and terminate the process
TerminateProcess
- API调用终结进程,窗口查找notepad,继而终结进程,-API CALL
OPEN-SHUT
- 主要是用到CreateToolhelp32Snapshot API函数来枚举系统当前进程,以及HANDLE OpenProcess(...)、TerminateProcess(...)打开和关闭当前正在运行的程序进程。-Mainly used CreateToolhelp32Snapshot API functions to enumerate the current process, as well as HANDLE OpenProcess (...), TerminateProcess (