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

搜索资源列表

  1. Windows_Programming

    0下载:
  2. 英文版《Windows Programming》,书不是很厚,但内容十分丰富,介绍了windows编程的基本知识,如数据类型,unicode,句柄,指针,动态链接库等-the book "Windows Programming“,a basic introduction to Windows Programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:556630
    • 提供者:不倒翁
  1. getCursorHwnd

    0下载:
  2. 获取鼠标所在位置窗口的句柄,20个字不够-Get the mouse location of the window handle, 20 words is not enough
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1351
    • 提供者:defic
  1. autodialupbcb

    0下载:
  2. 一次偶然的机会,一个朋友要一个自动拨号断开的程序,联接指定的网页,以刷新指定网页的访问计数。使用的拨号控件是开源的DialUp.pas,只要建了一个包,加入这个文件后,就可以编译建立TDialUp控件。于是写了这个程序,内置FHRasConn数据成员,用于存放当前活动链接的句柄,主要是通过个句柄取得当前连接的IP地址。用自己家的ADSL来测试,最后,测试OK了。这个程序没有新意的地方,就拿来共享给大家了,希望能对大家有所帮助。这里包括所有的源代码-By chance, a friend to d
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:188551
    • 提供者:顾雪
  1. lesson

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis, about how to use the ClassWizard,, understand the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-22
    • 文件大小:6679205
    • 提供者:leo
  1. GetHwndEvery

    0下载:
  2. 取得鼠标焦点处控件的句柄,或者是窗口的句柄,可以修改窗口标题-To obtain a handle to control the mouse focal point
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:3429967
    • 提供者:王栋
  1. ProcessCommander

    0下载:
  2. 一款管理系统进程和查看句柄的软件 ,值得一看-A management system process and view the software handles
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:33314
    • 提供者:张晓武
  1. CntrlOtherPrcss

    0下载:
  2. VC++试图启动并控制其它的EXE程序,程序先初始化变量,以打开记事本程序为例,然后判断进程句柄是否合法,根据句柄,终止刚才打开的记事本程序,终止出现错误,显示错误信息或显示提示信息。 -VC++ tries to start and control other EXE program, the program first initializes the variable to open the Notepad program, for example, and then determine
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:25907
    • 提供者:madud00046
  1. ha_processexplorer1401_fdl

    0下载:
  2. Process Explorer 是一款增强型的任务管理器,你可以使用它方便地管理你的程序进程,能强行关闭任何程序,终止因病毒等原因产生的无法终止的非法进程。 (包括系统级别的不允许随便终止的“顽固”进程)。除此之外,它还详尽地显示计算机信息:CPU、内存使用情况,DLL、句柄信息,很酷的曲线图哦~-process Explorer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1389134
    • 提供者:qin yun
  1. DesktopIcon

    0下载:
  2. vc++通过桌面句柄枚举桌面快捷方式文字、图标和位置。-vc++ through the desktop shortcut to the desktop handle enumeration text, icons, and location.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:128149
    • 提供者:小马
  1. Using_DLL

    0下载:
  2. 创建DLL文件,静态调用方式,使用句柄调用方式-create dll file ,using static dll, using the handle dll
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:一二三
  1. EnumWindowsProc

    0下载:
  2. vc——获取所有打开窗口程序的句柄、类名及标题\EnumWindowsProc的程序源码,值得一看!-vc- all open windows to get a handle, class name and title \ EnumWindowsProc the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:36608
    • 提供者:何成立
  1. WinMain

    0下载:
  2. Windows程序运行原理程序,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Principle of the program to run Windows programs, the window generation process, the principle handle, message queue, the callback function, the wi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1935742
    • 提供者:孙阳
  1. GetProcessModuleInform

    0下载:
  2. 首先通过CreateToolhelp32Snapshot函数创建一个进程的快照,然后通过调用Process32First使用快照返回的句柄对进程进行遍历,相关的信息存放在PROCESSENTRY32结构类型的实例中,通过调用内部的一个函数GetProcessModule,获取对应的进程的模块名称,然后通过对进程地址空间信息的读取,从而获取相应的线程的ID等的信息-First, create a process by CreateToolhelp32Snapshot function snapsh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:49771
    • 提供者:zh
  1. jubing

    0下载:
  2. 获得窗口句柄 把鼠标放在任意窗口上就可以看到这个窗口的句柄-huo de jubing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:205952
    • 提供者:廉志坤
  1. SYSTEM-run

    0下载:
  2. 通过一个form,一个模块和两个类模块来得到系统进程句柄-Through a form, a module and two class module to get the process handle
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:33230
    • 提供者:mafangmeng
  1. project

    0下载:
  2. 根据图片文件的句柄,获取图片文件,并在picture控件中显示出来。-Handle image files, access the image file, and displayed in the picture controls.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2551
    • 提供者:lin
  1. Lesson1Code

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1938025
    • 提供者:tyh
  1. get-handle

    0下载:
  2. 易语言模糊标题取句柄(非API),用于网友学习交流使用-The easy language Fuzzy title take handle (API) for users to learn to share
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:2301
    • 提供者:夏强力
  1. Close-360

    0下载:
  2. 关闭360 得到360句柄 后台操作 并添加自启动-Close 360 ​ ​ 360 handle background operations and add your own startup
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-26
    • 文件大小:3244
    • 提供者:自行车
  1. hwnd-pid

    0下载:
  2. 比较全的进程窗口句柄管理单元 hwnd pid -Full process window management unit
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:6199
    • 提供者:Sadnui
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com