|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
系统注册表值信息结构 更多...
#include <registry.hpp>
Public 成员函数 | |
| wstring | to_string () const |
| 将值数据转换为字符串 | |
| ::DWORD | to_dword () const noexcept |
| 将值数据转换为32位整数 | |
| ::ULONGLONG | to_qword () const noexcept |
| 将值数据转换为64位整数 | |
| vector< wstring > | to_multi_string () const |
| 将值数据转换为多字符串列表 | |
Public 属性 | |
| wstring | name |
| 值名称 | |
| value_type | type |
| 值类型 | |
| vector< byte_t > | data |
| 原始数据 | |
系统注册表值信息结构
在文件 system/registry.hpp 第 120 行定义.
|
nodiscardnoexcept |
将值数据转换为32位整数
将值数据转换为多字符串列表
| registry_key_exception | 当类型不是REG_MULTI_SZ时抛出 |
引用了 name , 以及 to_multi_string().
被这些函数引用 to_multi_string().
|
nodiscardnoexcept |
|
nodiscard |