NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
registry_key.hpp 文件参考

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

#include "NeForce/core/config/windef.hpp"
#include "NeForce/core/exception/system_exception.hpp"
#include <windef.h>
#include <winreg.h>
registry_key.hpp 的引用(Include)关系图:

浏览该文件的源代码.

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

详细描述

系统注册表操作

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

在文件 registry_key.hpp 中定义.