#include <RegistryKey.hpp>
Inherits non_copyable.
Definition at line 32 of file RegistryKey.hpp.
◆ exception_type
◆ RegistryKey() [1/2]
jmmcg::NTUtils::RegistryKey::RegistryKey |
( |
void |
| ) |
|
|
inline |
◆ RegistryKey() [2/2]
jmmcg::NTUtils::RegistryKey::RegistryKey |
( |
HKEY |
p, |
|
|
const tstring & |
n |
|
) |
| |
|
inline |
◆ ~RegistryKey()
RegistryKey::~RegistryKey |
( |
void |
| ) |
|
◆ Create()
long RegistryKey::Create |
( |
HKEY |
p, |
|
|
const tstring & |
n |
|
) |
| |
|
inline |
◆ hkey()
HKEY jmmcg::NTUtils::RegistryKey::hkey |
( |
| ) |
|
|
inlinenoexcept |
◆ Open()
long RegistryKey::Open |
( |
HKEY |
parent, |
|
|
const tstring & |
n |
|
) |
| |
|
inline |
◆ SetValue() [1/3]
long RegistryKey::SetValue |
( |
const tstring & |
val, |
|
|
const tstring & |
key_name |
|
) |
| |
|
inline |
◆ SetValue() [2/3]
long RegistryKey::SetValue |
( |
const tstring & |
val, |
|
|
const tstring & |
key_name, |
|
|
const DWORD |
type |
|
) |
| |
|
inline |
◆ SetValue() [3/3]
long RegistryKey::SetValue |
( |
const unsigned long |
val, |
|
|
const tstring & |
key_name |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: