登录
首页 » Process-Thread » 显示出系统中的所有进程和每个服务进程的完整路径的源代码...

显示出系统中的所有进程和每个服务进程的完整路径的源代码...

于 2023-04-06 发布 文件大小:52.68 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

显示出系统中的所有进程和每个服务进程的完整路径的源代码-Shows that the system of all the process and the process of each service the full path to the source code

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

发表评论

0 个回复

  • 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
  • 查看当前线城的信息及线程池的应用 vb.net
    查看当前线城的信息及线程池的应用 vb.net-See the current line of the city of thread pool information and application vb.net
    2022-06-02 02:53:57下载
    积分:1
  • vc a brief multi
    vc多线程编程简单介绍,有个实例介绍的录像。-vc a brief multi-threaded programming, a video examples.
    2022-03-29 22:41:47下载
    积分:1
  • LU decomposition of the serial algorithm (for Cache Optimization), LU decomposit...
    LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.
    2022-08-23 12:55:14下载
    积分:1
  • VC样版教程。一个拼字游戏源码。利用VC++编程,应用的VC技巧,简单而全面,是初学者的好材料...
    VC样版教程。一个拼字游戏源码。利用VC++编程,应用的VC技巧,简单而全面,是初学者的好材料-VC-like version of tutorial. Source of a spelling game. Use VC++ Programming, application of VC skills, simple and comprehensive, is a good material for beginners
    2022-11-29 19:30:03下载
    积分:1
  • operating procedures contradict the procedure if you are running two or more, an...
    程序的互斥运行 如果你的程序被同时运行两次以上,有可能会造成文件系统冲突而丢失数据,本例程用一个简单的办法避免第二次启动同一个程序。-operating procedures contradict the procedure if you are running two or more, and may cause conflicts and file system data loss, the routines with a simple way to avoid the second started with a procedure.
    2022-04-15 19:59:07下载
    积分:1
  • 一个进程隐藏的例子
    一个进程隐藏的例子-an example of the hidden proce
    2023-02-08 14:55:03下载
    积分:1
  • 2022-01-25 18:56:43下载
    积分:1
  • vb多线程实例,可以对初学VB同伴有所帮助,
    vb多线程实例,可以对初学VB同伴有所帮助,-vb examples of multi-threaded, can be helpful to novice VB companions,
    2022-03-26 17:38:55下载
    积分:1
  • VB编写的DLL程序代码
    VB编写的DLL程序代码-VB prepared DLL code
    2023-08-15 11:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载