-
1个获取windows系统相关信息的实例
1个获取windows系统相关信息的实例-access to a Windows system information related to the case
- 2023-05-04 06:55:03下载
- 积分:1
-
DDK开发协议驱动程序编程内容,如果想了解或提高ddk开发能力的。...
DDK开发协议驱动程序编程内容,如果想了解或提高ddk开发能力的。-DDK development agreement driven programming content, if they want to know or improve the capacity of each development.
- 2022-09-08 14:10:03下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
The system allows teachers and administrators in two logged in at the same time...
本系统允许教师和管理员两种身份登入,同时可以限制登陆的IP段或者IP地址,或者说只允许某一个IP段访问本系统。-The system allows teachers and administrators in two logged in at the same time can be restricted to landing IP paragraph or IP address, or permit only a single IP segment access the system.
- 2023-06-14 01:25:04下载
- 积分:1
-
内存和CPU可以对一些参数进行监视,可以设置频率…
可以对内存和cpu进行监视,对一些参数可以自由设置。-Memory and cpu can conduct surveillance on a number of parameters can be set free.
- 2022-04-12 19:32:11下载
- 积分:1
-
A simple hospital management system that can achieve some of the basic functions...
一个简单的医院管理系统,可以实现一些基本的功能,欢迎大家指正。-A simple hospital management system that can achieve some of the basic functions, please correct me everyone.
- 2022-08-09 13:15:40下载
- 积分:1
-
C++ 通过WIN32 API 获取逻辑磁盘详细信息,更好的了解各个磁盘的详细情况...
C++ 通过WIN32 API 获取逻辑磁盘详细信息,更好的了解各个磁盘的详细情况-C++ Through the WIN32 API access to Logical Disk more information, a better understanding of the details of each disk
- 2022-07-22 12:44:37下载
- 积分:1
-
本源码为设备管理系统源码,主要是运用进程之间的调度,简单易懂...
本源码为设备管理系统源码,主要是运用进程之间的调度,简单易懂-very good!!!
- 2023-02-16 02:30:03下载
- 积分:1
-
这是一个实现注册表模糊搜索(不区分大小写)某一字符串(xms)的并删除的程序,有较完善的显示信息,已实现查询注册表中含xms的项和键值,在查找到的有些项删不掉的...
这是一个实现注册表模糊搜索(不区分大小写)某一字符串(xms)的并删除的程序,有较完善的显示信息,已实现查询注册表中含xms的项和键值,在查找到的有些项删不掉的情况下,返回删除注册表键值项不成功的统计。在测试之前建议你先备份一下注册表。
-This is a realization of the registry fuzzy search (not case-sensitive) of a string (xms) and delete the procedure, there is a better display of information, have been achieved with XMS query the registry entries and keys in the Find to cut away some of the circumstances, the return of items to delete registry key statistics unsuccessful. Before the test you suggest you backup the registry first.
- 2022-07-03 11:57:01下载
- 积分:1
-
老外写的运行时获取屏幕分辨率和改变分辨率的源码
老外写的运行时获取屏幕分辨率和改变分辨率的源码-foreigners write access to the run-time change screen resolution and the resolution FOSS
- 2023-02-28 16:15:04下载
- 积分:1