-
挂钩函数的使用
使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
- 2022-03-17 23:30:21下载
- 积分:1
-
MiniSecondGetTime毫秒级别的定时器源代码
MiniSecondGetTime毫秒级别的定时器源代码-Ms timer MiniSecondGetTime level source code
- 2023-01-09 19:20:03下载
- 积分:1
-
VC中如何捕获和释放鼠标
VC中如何捕获和释放鼠标-VC how to capture and release the mouse
- 2023-06-21 17:55:02下载
- 积分:1
-
Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的...
Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的类定义。用户要使用,只需要将这两个文件包含到自己的工程当中,然后使用类CMyRagKey及其操作即可。-Win32 API registration category and the use of the preparation. Windows on the system with VC readers (including additions) registry source. Resulted. H Hopewell. Cpp two documents containing is a registered version of the class and write the definition. Users must use only these two files contain their own works, then use category CMyRagKey and operation can be.
- 2023-02-19 21:10:02下载
- 积分:1
-
又一个关于磁盘碎片整理的最新源代码。 发布于2005/08/04 Free disk defragmentation utility for Windows 2...
又一个关于磁盘碎片整理的最新源代码。 发布于2005/08/04 Free disk defragmentation utility for Windows 2000/2003/XP. Very small and very fast, with very little CPU and memory overhead. Especially useful for unattended servers in a lights-out computer hotel, but also great for desktop computers. Can be started by hand or automatically at regular times by the Task Scheduler. Very easy to use, there are no difficult options to learn, the utility will straight away defragment and optimize all your harddisks.-also a disk defragmentation the latest source code. Published in 2005/08/04 Free disk defragmentation utility for Windows 2000/2003/XP. Very small and very fast, with very little CPU and memory overhead. Especially useful for unattended servers in a lights-out computer hotel, but also great for desktop computers. Can be started by hand or automatically at regular times by the Task Scheduler. Very easy to use, there are no difficult options to learn, the utility will straight away defragment and optimize all y
- 2023-06-06 16:45:03下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
枚举关闭所以桌面窗口的一个很简单的小程序
枚举关闭所以桌面窗口的一个很简单的小程序-So, the desktop window, close the enumeration of a very simple little program
- 2022-01-26 07:57:38下载
- 积分:1
-
屏幕变暗,显示小点点,用了API函数。对视力好。
屏幕变暗,显示小点点,用了API函数。对视力好。-Darken the screen, showing a small bit, using the API function. On good eyesight.
- 2022-07-20 16:35:44下载
- 积分:1
-
NT Service管理程序
NT Service管理程序 -Managing NT Service
- 2022-03-22 23:46:07下载
- 积分:1
-
学生成绩管理,可以对学生成绩进行,输入,查询,修改,排名等功能....
学生成绩管理,可以对学生成绩进行,输入,查询,修改,排名等功能.-student performance management, student achievement can be right for input, inquiries, modify, ranking functions.
- 2022-03-05 16:23:58下载
- 积分:1