-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
two consenting programs can directly communicate under Windows NT using the WM_C...
two consenting programs can directly communicate under Windows NT using the WM_COPYDATA message
- 2022-07-22 13:50:31下载
- 积分:1
-
取网卡号的源程序.
取网卡号的源程序.-admission card, of the source.
- 2022-01-26 07:23:30下载
- 积分:1
-
一个根据PATH环境变量设置来查找执行文件位置的程序
一个根据PATH环境变量设置来查找执行文件位置的程序- Establishes according to the PATH environment variable searches
the execution file position the procedure
- 2022-02-22 01:15:33下载
- 积分:1
-
In the core layer view the WINDOWS system objects, to achieve similar functional...
在核心层查看WINDOWS系统对象,实现与WINOBJ类似的功能-In the core layer view the WINDOWS system objects, to achieve similar functionality with the WINOBJ
- 2022-02-26 18:50:35下载
- 积分:1
-
超级的
超强系统进程查看工具源码,可查看所有进程的DLL.-Super-system process view source tools, you can review all the process DLL.
- 2022-03-11 18:17:43下载
- 积分:1
-
有时需要全屏幕显示窗口或视图文件,本程序基于VC++平台实现了全屏显示功能。...
有时需要全屏幕显示窗口或视图文件,本程序基于VC++平台实现了全屏显示功能。-Sometimes necessary display window or full-screen view of a document, the procedures based on VC++ Platform realize the full-screen display function.
- 2022-01-30 22:49:26下载
- 积分:1
-
一个用VC调用VB写的DLL的调用例子程序.也许有人觉得奇怪,但这也是一种方法...
一个用VC调用VB写的DLL的调用例子程序.也许有人觉得奇怪,但这也是一种方法-a VC was called VB DLL calls examples of procedures. Some people may find it strange, but it is also a method
- 2022-01-25 18:18:18下载
- 积分:1
-
将指定的汉字转为汉语拼音的代码,非常方便
将指定的汉字转为汉语拼音的代码,非常方便-Will be designated by the code of Chinese characters to Pinyin, a very convenient
- 2022-06-29 09:55:41下载
- 积分:1
-
detour 相关例子
detour 相关例子,detour 相关例子detour 相关例子detour 相关例子detour 相关例子detour 相关例子detour 相关例子,detour 相关例子,detour 相关例子
- 2022-07-16 02:40:35下载
- 积分:1