Go to the source code of this file.
|
bool | AppSecInc::Registry::KeyExists (HKEY root, const std::wstring &key, const std::wstring &name=L"") |
|
std::wstring | AppSecInc::Registry::GetStringValue (HKEY root, const std::wstring &key, const std::wstring &name=L"") |
|
void | AppSecInc::Registry::CopyBranch (HKEY sourceRoot, const std::wstring &keySrcRoot, HKEY destRoot, const std::wstring &keyDestRoot) |
|
void | AppSecInc::Registry::DeleteBranch (HKEY root, const std::wstring &key) |
|
void | AppSecInc::Registry::CreateKey (HKEY root, const std::wstring &key) |
|
void | AppSecInc::Registry::SetStringValue (HKEY root, const std::wstring &key, const std::wstring &name, const std::wstring &value) |
|