Go to the source code of this file.
Namespaces | |
namespace | AppSecInc |
namespace | AppSecInc::Registry |
Win32 Registry support functions. | |
Functions | |
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) |
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |