-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
利用api直接获取本机的计算机名 和IP地址 在开发中值得一用
利用api直接获取本机的计算机名 和IP地址 在开发中值得一用 -Use api direct access to the local computer name and IP address in the development of worthy one with
- 2022-02-03 13:33:33下载
- 积分:1
-
visual basic 6.0 实现系统托盘
visual basic 6.0 实现系统托盘-visual basic 6.0 to achieve the system tray
- 2022-08-03 03:39:30下载
- 积分:1
-
An extract from the FileMon filter out keywords code can specify a keyword match...
一个从FILEMON中提取出来的关键字过滤代码,能对指定关键字进行匹配.-An extract from the FileMon filter out keywords code can specify a keyword match.
- 2022-06-20 20:24:50下载
- 积分:1
-
VC 枚举当前所有的窗口 有源代码
VC 枚举当前所有的窗口 有源代码-VC enumerate all the current active code window
- 2022-03-24 18:04:27下载
- 积分:1
-
it is a page replacement algorithms
it is a page replacement algorithms
- 2022-01-21 17:48:37下载
- 积分:1
-
自己整理的引导扇区BPB参数结构表,包括FAT16、FAT32和NTFS文件系统。...
自己整理的引导扇区BPB参数结构表,包括FAT16、FAT32和NTFS文件系统。-Their finishing boot sector BPB parameter structure table, including FAT16, FAT32, and NTFS file system.
- 2022-05-09 12:33:19下载
- 积分:1
-
空心字。
又是windows下的一个很好的字体示例——空心词。
- 2022-03-22 17:11:44下载
- 积分:1
-
memory device changes, Delphi! ! Only reference! !
内存修改器,Delphi编写!!仅供参考-memory device changes, Delphi! ! Only reference! !
- 2022-05-06 17:49:44下载
- 积分:1
-
一个封装很好的串口通讯类。windowsLINUXUNIX下均可使用。
一个封装很好的串口通讯类。windowsLINUXUNIX下均可使用。-a good serial communications. WindowsLINUXUNIX where available.
- 2022-08-03 13:28:31下载
- 积分:1