-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
获取系统主要信息
cpu信息
硬盘信息
内存信息等
获取系统主要信息
cpu信息
硬盘信息
内存信息等-The main message acquisition system information cpu memory hard disk information such as information
- 2023-01-20 22:00:04下载
- 积分:1
-
Vc preparation of small procedures, realize the system to restart and shut down...
编写vc小程序,实现系统的重新启动和关闭计算机-Vc preparation of small procedures, realize the system to restart and shut down your computer
- 2022-04-30 02:39:30下载
- 积分:1
-
输入一个表达式包扩括号,进行求值
比如输入2+6*35
输入一个表达式包扩括号,进行求值
比如输入2+6*35-(68/5-3)*5@#-Enter an expression in parentheses expansion pack to carry out evaluation
- 2022-02-02 05:38:14下载
- 积分:1
-
Visual C++网络高级编程+实例源码
visual c++ 网络高级编程指南,指导你如何利用网络技术,进行网络通信 ,里面包含了详尽的注释和代码例子,通俗易懂的语言描述了网络编程的主要过程,让读者受益匪浅!
- 2022-02-11 21:19:21下载
- 积分:1
-
关于注册表方面的小程序,希望能够起到抛砖引玉的作用
关于注册表方面的小程序,希望能够起到抛砖引玉的作用-registry of the small programs, hoping to play the role of stimulus
- 2022-07-25 22:36:54下载
- 积分:1
-
Please read your Please read your Please read your Please read your Please read...
Please read your Please read your Please read your Please read your Please read your Please read your-Please read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read your
- 2023-05-31 11:15:03下载
- 积分:1
-
一个wh_shell钩子程序,具体功能是使用管理应用…
一个WH_SHELL的钩子程序,具体功能是管理应用程序的使用。在使用应用程序之前可以控制其启动和关闭。包含三个文件夹,HookDLL文件夹是全局钩子dll,HookServer文件夹是一个应用程序控制程序,ProgamControl文件夹是delphi编写的应用程序编辑器。-A WH_SHELL the hook procedure, the specific function is to use management application. In the use of applications can be controlled prior to its start-up and shut down. Contains three folders, HookDLL folder is a global hook dll, HookServer folder is an application process control procedures, ProgamControl folder is prepared applications delphi editor.
- 2022-08-21 03:27:49下载
- 积分:1
-
linux系统调用分析,包括一些实例。系统调用有关的一些基本知识...
linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
- 2022-03-19 14:45:53下载
- 积分:1
-
投票调查系统,使用ASP.NET开发,数据库为ACCESS。除了具有一般的投票系统功能外,还支持查询用户投票信息(需要与你的用户系统管理)功能,您可以把此模块集...
投票调查系统,使用ASP.NET开发,数据库为ACCESS。除了具有一般的投票系统功能外,还支持查询用户投票信息(需要与你的用户系统管理)功能,您可以把此模块集成到您的系统之中。系统融入了分层的思想,大部分功能都使用ASP.NET的控件实现-voting system survey, the use of ASP.NET development for the ACCESS database. In addition to the general voting system function, Users also supported inquiries voting information (with the needs of your user systems management) function, You can combine this module integrated into your systems. Layered into the system the idea that most of the functional use ASP.NET Controls
- 2023-05-05 03:10:03下载
- 积分:1