LIBURANIA
GUI library (a wrapper of Win32 API) in C++
|
レジストリ書込クラス [詳解]
#include <registry.h>
公開メンバ関数 | |
RegistryWriter (RegRootKey root, const std::wstring &path) | |
void | setDwordData (const std::wstring &name, DWORD val) |
void | setStringData (const std::wstring &name, const std::wstring &val) |
基底クラス urania::RegistryBase に属する継承公開メンバ関数 | |
~RegistryBase () | |
operator bool () const noexcept | |
bool | operator! () const noexcept |
その他の継承メンバ | |
基底クラス urania::RegistryBase に属する継承限定公開メンバ関数 | |
RegistryBase () noexcept | |
void | setKey_ (HKEY k) noexcept |
HKEY | getKey_ () const noexcept |
基底クラス urania::RegistryBase に属する継承静的限定公開メンバ関数 | |
static HKEY | getRoot_ (RegRootKey k) |
レジストリ書込クラス
urania::RegistryWriter::RegistryWriter | ( | urania::RegRootKey | root, |
const std::wstring & | path ) |
void urania::RegistryWriter::setDwordData | ( | const std::wstring & | name, |
DWORD | val ) |
void urania::RegistryWriter::setStringData | ( | const std::wstring & | name, |
const std::wstring & | val ) |