-
获取系统进程的信息的DLL,包括进程列表,进程号,并可对进程进行操作...
获取系统进程的信息的DLL,包括进程列表,进程号,并可对进程进行操作-access to the information system DLL, including the list of process, process, the process can operate
- 2023-08-14 23:55:02下载
- 积分:1
-
program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...
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, fals
- 2022-02-10 00:03:03下载
- 积分:1
-
VC开发环境,多线程10例,对于体会多线程的概念有一定帮助
VC开发环境,多线程10例,对于体会多线程的概念有一定帮助
- 2022-02-25 13:55:42下载
- 积分:1
-
多的好例子
一个比较好的多线程例子 用于学习线程的号厘子-a good example of multi-threaded for learning threads of PCT son
- 2022-07-09 10:06:51下载
- 积分:1
-
一个线程池源码,AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED...
一个线程池源码,AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED-a thread pool source, AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED
- 2022-05-25 17:52:22下载
- 积分:1
-
CPU的进程控制程序
VB做的,还不错
CPU的进程控制程序
VB做的,还不错-CPU process control procedures for VB to do, but also good
- 2022-11-11 22:05:03下载
- 积分:1
-
simple DLL testing procedures for beginners vc DLL help of a friend
简单的动态连接库测试程序,对初学vc动态库的朋友有所帮助-simple DLL testing procedures for beginners vc DLL help of a friend
- 2022-08-13 22:20:06下载
- 积分:1
-
NT下未公开的多线程读,单线程写的函数, 了解它对多线程编程会起到非常大的作用....
NT下未公开的多线程读,单线程写的函数, 了解它对多线程编程会起到非常大的作用.-NT under undisclosed multi-thread reading, writing single-threaded function, to understand its multi-threaded programming will play a very large role.
- 2022-08-05 16:21:43下载
- 积分:1
-
发现系统当前运行的任务
找出系统当前运行的任务 - Discovers the system current movement the duty
- 2023-03-10 09:25:03下载
- 积分:1
-
互斥API使多个实例
Mutex APIs Make multiple instance-aware programs
- 2022-03-06 14:07:48下载
- 积分:1