NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
registry.hpp 文件参考

系统注册表操作 更多...

#include "NeForce/core/config/windef.hpp"
#include "NeForce/core/container/vector.hpp"
#include "NeForce/core/string/string.hpp"
#include <windef.h>
#include <winreg.h>
system/registry.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  registry_key_exception
 系统注册表操作异常 更多...
class  registry_key
 系统注册表项类 更多...
struct  registry_key::root_key
 系统注册表根键常量 更多...
struct  registry_key::value_info
 系统注册表值信息结构 更多...

详细描述

系统注册表操作

此文件提供了Windows系统注册表操作, 支持系统注册表项的创建、打开、删除、枚举以及值的读写操作。

在文件 system/registry.hpp 中定义.