摘要: 注册表中路径的写法实际上,因为用户模式下的应用程序总是由某个 “ 当前用户 ” 打开的,因此在用户模 式下可以直接访问 HKEY_CLASSES_ROOT 和 HKEY_CURRENT_USER ,但工作在内核模式下的驱动程序不属于任何一个用户,因此不能直接访问这两个根键。如果对象类型为注册表键,则... 阅读全文
posted @ 2013-07-06 11:47 vcerror 阅读(300) 评论(0) 推荐(0)
摘要: 注册表中路径的写法实际上,因为用户模式下的应用程序总是由某个 “ 当前用户 ” 打开的,因此在用户模 式下可以直接访问 HKEY_CLASSES_ROOT 和 HKEY_CURRENT_USER ,但工作在内核模式下的驱动程序不属于任何一个用户,因此不能直接访问这两个根键。如果对象类型为注册表键,则... 阅读全文
posted @ 2013-07-06 11:47 vcerror 阅读(722) 评论(0) 推荐(0)
摘要: 1.在桌面点击右键选择“属性”打开“显示属性”,选择“桌面”>“自定义桌面”>“常规”>将桌面图标Internet Explorer勾选上2.IE属性>高级,将滚动条拉到最下面,选上那个在桌面显示internet explorer3.在其他盘里新建个文件夹,取名为“Internet Explorer... 阅读全文
posted @ 2013-06-24 15:55 vcerror 阅读(478) 评论(0) 推荐(0)
摘要: 1.在桌面点击右键选择“属性”打开“显示属性”,选择“桌面”>“自定义桌面”>“常规”>将桌面图标Internet Explorer勾选上2.IE属性>高级,将滚动条拉到最下面,选上那个在桌面显示internet explorer3.在其他盘里新建个文件夹,取名为“Internet Explorer... 阅读全文
posted @ 2013-06-24 15:55 vcerror 阅读(130) 评论(0) 推荐(0)
摘要: Detours是微软开发的一个函数库,可用于捕获系统API。在用其进行程序开发之前,得做一些准备工作:一.下载Detours 在http://research.microsoft.com/sn/detours可免费下载Detours,当前的最新版本是Detours Express 2.1is ava... 阅读全文
posted @ 2013-06-21 11:52 vcerror 阅读(247) 评论(0) 推荐(0)
摘要: Detours是微软开发的一个函数库,可用于捕获系统API。在用其进行程序开发之前,得做一些准备工作:一.下载Detours 在http://research.microsoft.com/sn/detours可免费下载Detours,当前的最新版本是Detours Express 2.1is ava... 阅读全文
posted @ 2013-06-21 11:52 vcerror 阅读(222) 评论(0) 推荐(0)
摘要: 转自VC错误:http://www.vcerror.com/?p=41编译驱动的时候提示找不到ntddk.h,具体的解决方法参考文章;http://www.vcerror.com/?p=41 阅读全文
posted @ 2013-06-13 14:31 vcerror 阅读(542) 评论(0) 推荐(0)
摘要: 转自VC错误:http://www.vcerror.com/?p=41编译驱动的时候提示找不到ntddk.h,具体的解决方法参考文章;http://www.vcerror.com/?p=41 阅读全文
posted @ 2013-06-13 14:31 vcerror 阅读(668) 评论(0) 推荐(0)
摘要: C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\Rpcsal.hBasically __RPC__out and __RPC__in are defined in "rpcsal.h"I also faced such issues rel... 阅读全文
posted @ 2013-06-08 14:23 vcerror 阅读(116) 评论(0) 推荐(0)
摘要: C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\Rpcsal.hBasically __RPC__out and __RPC__in are defined in "rpcsal.h"I also faced such issues rel... 阅读全文
posted @ 2013-06-08 14:23 vcerror 阅读(148) 评论(0) 推荐(0)