Welcome![Sign In][Sign Up]
Location:
Search - TerminateProcess

Search list

[Web Server显示和杀死系统当前进程

Description: 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProcess (...), TerminateProcess (...) to open up the process and the closure of activities.
Platform: | Size: 28750 | Author: | Hits:

[Other resourcexp163.com.7.159

Description: ·此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。... -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProcess (...), TerminateProcess (...) to open up the process and the closure of activities. ...
Platform: | Size: 35349 | Author: 甘永祥 | Hits:

[Shell apiKillThread

Description: 杀死进程的小程序,TerminateProcess的使用,以及CListCtrl等控件的操作-process of killing small programs, TerminateProcess use, CListCtrl and other operational controls
Platform: | Size: 20154 | Author: 尹明亮 | Hits:

[Hook apiHOOK_class

Description: 系统钩子 有现成的类可以复用,可以挂接任何一个API HookTermProLib为钩子所使用的DLL,挂接了TerminateProcess函数 HookTermProApp为加载钩子的应用程序-system hook is ready to resume use category, can be articulated any HookTermProLib an API used to hook the DLL, TerminateProcess articulated a function of loading hook HookTermProApp Application procedures
Platform: | Size: 55274 | Author: 黄海 | Hits:

[Process-ThreadTerminateProcess

Description: program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWindowThreadProcessId(WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess(0) //根据进程标识打开进程句柄 ProcessHwnd := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess(0) //中止指定句柄的进程 Windows.TerminateProcess(ProcessHwnd, 0) end.-program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessHwnd, WindowHwnd : THandle ProcessID : DWORD begin / / notebook to be the main window handle WindowHwnd : = FindWindow (Notepad, nil) if not isWindow (WindowHwnd) then ExitProcess (0) / / notebook to be in the process logo GetWindowThreadProcessId (WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess (0) / / identification process under the process opened handle ProcessHwnd : = OpenProcess (PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess (0) / / designated handle suspend the process Windows.TerminateProcess (ProcessHwnd, 0) end.
Platform: | Size: 21700 | Author: 黄春标 | Hits:

[WEB Code显示和杀死系统当前进程

Description: 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProcess (...), TerminateProcess (...) to open up the process and the closure of activities.
Platform: | Size: 28672 | Author: | Hits:

[Shell apiKillThread

Description: 杀死进程的小程序,TerminateProcess的使用,以及CListCtrl等控件的操作-process of killing small programs, TerminateProcess use, CListCtrl and other operational controls
Platform: | Size: 1872896 | Author: 尹明亮 | Hits:

[Hook apiHOOK_class

Description: 系统钩子 有现成的类可以复用,可以挂接任何一个API HookTermProLib为钩子所使用的DLL,挂接了TerminateProcess函数 HookTermProApp为加载钩子的应用程序-system hook is ready to resume use category, can be articulated any HookTermProLib an API used to hook the DLL, TerminateProcess articulated a function of loading hook HookTermProApp Application procedures
Platform: | Size: 115712 | Author: | Hits:

[Hook api20133348665

Description: 怎样让自己的程序进程不让别人强行关闭掉,拦截API函数,利用钩子拦截TerminateProcess这个API函数-how to let their own procedures process forced the closure of not allowing people to swap, intercepting API function, use the hook to intercept the TerminateProcess API
Platform: | Size: 815104 | Author: 无名 | Hits:

[Shell apiTerminateProcess

Description: Terminate Process Project 1. CreateToolShotHelp 2. OpenProcess / TerminateProce-Terminate Process Project 1. CreateToolShotHelp 2. OpenProcess/TerminateProce
Platform: | Size: 34816 | Author: minseok | Hits:

[Process-Threadlistprocess

Description: 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use CreateToolhelp32Snapshot API function system is currently the process of enumeration. And how to use HANDLE OpenProcess (...), TerminateProcess (...) to open and close the activities of the process.
Platform: | Size: 27648 | Author: kehaiying | Hits:

[OS programvc468222444

Description: 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to use HANDLE OpenProcess (...), TerminateProcess (...) to the process of opening and closing activity.
Platform: | Size: 27648 | Author: bmbm | Hits:

[Windows Develop02TerminateProcess

Description: 根据输入的进程PID号,终止目标进程。利用api Terminateprocess()-Enter the PID of the process in accordance with its termination of the target process. Use api Terminateprocess ()
Platform: | Size: 17408 | Author: john smith | Hits:

[OS programKillTask

Description: Kill Windows Task .(TerminateProcess)
Platform: | Size: 180224 | Author: kellycheng | Hits:

[Hook apiAPIHook

Description: API hooking example. Current example is TerminateProcess.
Platform: | Size: 5111808 | Author: alexmystery | Hits:

[Hook apiApiHook

Description: 通过拦截TerminateProcess和OpenProcess两个API,防止进程被结束-Two by interception TerminateProcess and OpenProcess API, to prevent the process is concluded
Platform: | Size: 344064 | Author: bingo | Hits:

[Windows Developterminateprocess

Description: TerminateProcess和CreateProcess的使用实例。-CreateProcess TerminateProcess and the use of examples.
Platform: | Size: 1144832 | Author: 高灰 | Hits:

[Process-ThreadTerminateProcess

Description: 基于MFC的进程监控、进程管理工具,使用方便-process management
Platform: | Size: 7491584 | Author: zhangfeng | Hits:

[Driver Developterminateprocess-(360included)

Description: 强力结束进程 PspTerminateProcessByPointer 网上代码改的完整的直接有SYS文件-Strong end of the process PspTerminateProcessByPointer a complete online code to change files directly to a SYS
Platform: | Size: 71680 | Author: Liang | Hits:

[OS programTerminateProcess

Description: TerminateProcess.zip输入您要终止的进程的ID号 并终止进程-TerminateProcess.zip enter the ID number of the process you want to terminate and terminate the process
Platform: | Size: 8514560 | Author: xiang | Hits:
« 12 3 »

CodeBus www.codebus.net