登录
首页 » Process-Thread » program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...

program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...

于 2022-02-10 发布 文件大小:21.20 kB
0 56
下载积分: 2 下载次数: 1

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 动画及多线程演示
    动画及多线程演示-animation and multi-threaded demo
    2022-04-10 10:50:06下载
    积分:1
  • 本实例实现了应用程序的多线程功能,即上下两幅动画分别表示同时运行的线程,是学习多线程编程的好材料...
    本实例实现了应用程序的多线程功能,即上下两幅动画分别表示同时运行的线程,是学习多线程编程的好材料-examples of the realization of the application multithreading function, which is next two animation indicated the running threads of study is multi-threaded programming excellent materials
    2022-03-23 03:44:43下载
    积分:1
  • 操作系统进程调度内存分配与回收
    操作系统进程调度内存分配与回收-operating system memory allocation process scheduling and recovery
    2022-05-28 09:02:22下载
    积分:1
  • 从汉字可以得到拼音和五笔
    从汉字可以得到拼音和五笔-be from the Chinese characters and Pinyin Wubi
    2022-05-13 05:14:37下载
    积分:1
  • 使用共享内存通讯的程序例子
    使用共享内存通讯的程序例子-the demo of communication using shared memory
    2023-05-18 08:00:03下载
    积分:1
  • VC中终止其他进程的引用文件,用Include应用后就可以直接调用。...
    VC中终止其他进程的引用文件,用Include应用后就可以直接调用。-VC in the termination of other processes cited documents Include the application after use can be directly called.
    2022-03-10 11:13:22下载
    积分:1
  • 学习Event线程同步的朋友进来吧
    学习Event线程同步的朋友进来吧-thread synchronization friends come in.
    2022-01-25 17:09:16下载
    积分:1
  • two experimental operating system : the process of scheduling strategy to achiev...
    操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三种状态之,分别用W、R、F表示。 3、 进程调度规则如下: a) 就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。 b) 如果运行一个时间片后,进程已占用 CPU时间达到所需要运行时间,则进程完成,撤销该进程。 c) 如果运行一个时间片后,进程已占用CPU时间还未达到所需要运行时间,即进程需要继续运行,将它插入就绪队列,队列重新排序,等待CPU。 d) 重复以上过程,直到所要进程都完成为止。 -two experimental operating system : the process of scheduling strategy to achieve a simulation. Design is a process of a total of N the process scheduler. 2, each process is a process control block to PCB said that the process control block format : process a few who arrived at the priority needs time to time running CPU time a state process) process priority number. need to run time, arriving in time prior to artificially designated, can also randomly generated, Initialization attention to the above values are to m
    2022-02-20 17:25:28下载
    积分:1
  • 用于PPC的多线程使用范例,MFC,适用于初学者
    用于PPC的多线程使用范例,MFC,适用于初学者-PPC for the use of multi-threaded model, MFC, applicable to beginners
    2022-02-03 04:50:09下载
    积分:1
  • 创建子进程,并监控新创建子进程状态直至结束运行
    创建子进程,并监控新创建子进程状态直至结束运行-Create sub-process, and monitor the status of the newly created child process to run until the end of
    2022-02-10 07:29:05下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载