摘要:
uses Tlhelp32; //在工程中引入单元Tlhelp32 //使用函数前,请在工程的前面对函数进行声明,截图如下 ///Delphi结束指定进程函数function TForm1.EndProcess(ExeFileName:string):integer;const PROCESS_TE 阅读全文
posted @ 2019-07-30 15:09
绿水青山777
阅读(127)
评论(0)
推荐(0)
摘要:
unit Tlhelp323; unit Tlhelp323; interface interface uses uses Windows,SysUtils,Tlhelp32; Windows,SysUtils,Tlhelp32; function KillTask(ExeFileName: str 阅读全文
posted @ 2019-07-30 15:08
绿水青山777
阅读(163)
评论(0)
推荐(0)