积极答复者
Windows注册表的键值的作用

问题
答案
全部回复
-
就像你的硬盘上的文件没有统一说明一样,注册表键值也没有统一说明,它们都是应用程序储存数据的地方。部分程序可能公开部分数据存储机制,但是大多数程序的数据都是没有文档的。
组策略的管理模板中有对配置数据保存位置的描述,但是不同操作系统管理模板也不一样,而且微软也会发布管理模板的更新,在写程序的时候,应该尽量寻找对应组件的API而不是依赖于某一个版本的管理模板的配置数据。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP