CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 句柄

搜索资源列表

  1. send_handle.zip

    0下载:
  2. 发送消息给某个只知道进程句柄的程序的主窗口的程序
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:702
    • 提供者:
  1. WinsockIOCP_demo.zip

    0下载:
  2. 用于大量socket连接时使用IOCP捕获连接关闭事件以便释放资源的程序。可以解决winsock的AsyncSelect对句柄个数的限制问题
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:50294
    • 提供者:
  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2271
    • 提供者:周继波
  1. FindWnd

    0下载:
  2. 找线程句柄程序,运行程序后,自动枚举系统进程,通过右击,弹出菜单,可隐藏或显示或退出进程。-find a thread handle procedures, operating procedures, the system automatically enumeration process, right-click, pop-up menu, can be hidden or revealed or withdraw from the process.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66264
    • 提供者:fa
  1. EnTeHandle_1

    0下载:
  2. EnTeHandle可以让你查看当前进程打开的句柄。句柄可以是文件、事件、互斥信号量等等。此外,你也可以查看进程当前打开的DLL,线程信息,进程内存,甚至是动态更新。也可以搜索dll和句柄-EnTeHandle can let you see the current process opened handle. Can handle documents, events, etc. mutex semaphores. In addition, you can view the current pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:85706
    • 提供者:yang
  1. henum

    0下载:
  2. 枚举当前系统的所有已打开文件的句柄及路径
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:58458
    • 提供者:tzwsoho
  1. CnFindWnd.v1.1.src

    0下载:
  2. 获取窗口句柄和类名称等信息 工具 含源代码
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:15525
    • 提供者:章称
  1. threadexample

    0下载:
  2. 多线程实际讲解(包含等待句柄、定制线程、管理线程等等)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47650
    • 提供者:
  1. WindowHacker

    0下载:
  2. 一个VB写的可以取得任意带焦点的对象详细信息的代码.具体可以取得对象句柄,类型,标题名称,在在桌面上的位置,对象大小等信息 另外还可以控制对象,如果是应用程序还可以把它当作子窗体装载到里面来!反正功能还很多,有兴趣的可以下去慢慢看吧
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5337
    • 提供者:陈峰
  1. sam_sp_42

    0下载:
  2. 进程控制的意义在于可以创建一个进程,并可以通过进程句柄结束进程。-control of the process is to create a process and the process can handle the end of the process.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11023
    • 提供者:罗森
  1. TerminateProcess

    0下载:
  2. 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) //得到记事本的进程标识 GetWind
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21700
    • 提供者:黄春标
  1. EnumProc

    0下载:
  2. 通过枚举进程间所有窗口来获取自己指定所需的窗口句柄。-Enum Process Hwnd
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:50209
    • 提供者:wskgah
  1. WinsockIOCP_demo

    0下载:
  2. 用于大量socket连接时使用IOCP捕获连接关闭事件以便释放资源的程序。可以解决winsock的AsyncSelect对句柄个数的限制问题- Uses in when the massive socket connection uses IOCP to catch the connection closure event in order to release resources procedure. May solve the winsock AsyncSelect 瀵瑰彞 handle
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:50607
    • 提供者:站长
  1. send_handle

    0下载:
  2. 发送消息给某个只知道进程句柄的程序的主窗口的程序- The transmission news only knows the advancement sentence handle for some the procedure main window procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1015
    • 提供者:站长
  1. New-Folder-(6)

    0下载:
  2. 通过进程获取窗体句柄,然后通过窗体句柄在获取窗体控件句柄,从而获得控件信息。-Through the process to obtain the window handle, and then through the window handle for form controls handle to obtain control information.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-03
    • 文件大小:1954
    • 提供者:william123
  1. hide

    0下载:
  2. 本软件实现了: 获取已打开窗口的句柄,然后在打开的进进程上绑定一个隐藏的进程以防止恶意软件关闭你的监视进程。 其中有一个屏幕录制的DLL。-HIDE PROCESS
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-12
    • 文件大小:19959217
    • 提供者:秦剑
  1. LJC

    0下载:
  2. 显示当前系统中所有的进程句柄以及进程名称-Displays the current system handles all of the process as well as the process name
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:4457
    • 提供者:余常青
  1. process

    0下载:
  2. 1.通过应用程序路径获取其他进程ID 2.获取其他进程的对话框句柄和控件句柄 里面有实现函数,有什么需求也可以自己改改了。 如果获得了控件句柄,当然可以去获取控件内显示的内容了。 -1. The path through the application process for other processes ID 2. Get the dialog box that handles other processes and controls to achieve the funct
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:5373
    • 提供者:skynfly
  1. processInfo

    0下载:
  2. 1.通过应用程序路径获取其他进程ID 2.获取其他进程的对话框句柄和控件句柄 里面有实现函数,有什么需求也可以自己改改了。 如果获得了控件句柄,当然可以去获取控件内显示的内容了。-1. The path through the application process for other processes ID 2. Get the dialog box that handles other processes and controls to achieve the funct
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:5397
    • 提供者:lxf
  1. CEvent

    0下载:
  2. VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handl
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:4967
    • 提供者:squallyang
« 12 »
搜珍网 www.dssz.com