Win32 Registry support functions.
More...
|
bool | KeyExists (HKEY root, const std::wstring &key, const std::wstring &name=L"") |
|
std::wstring | GetStringValue (HKEY root, const std::wstring &key, const std::wstring &name=L"") |
|
void | CopyBranch (HKEY sourceRoot, const std::wstring &keySrcRoot, HKEY destRoot, const std::wstring &keyDestRoot) |
|
void | DeleteBranch (HKEY root, const std::wstring &key) |
|
void | CreateKey (HKEY root, const std::wstring &key) |
|
void | SetStringValue (HKEY root, const std::wstring &key, const std::wstring &name, const std::wstring &value) |
|
Win32 Registry support functions.
void AppSecInc::Registry::CopyBranch |
( |
HKEY |
sourceRoot, |
|
|
const std::wstring & |
keySrcRoot, |
|
|
HKEY |
destRoot, |
|
|
const std::wstring & |
keyDestRoot |
|
) |
| |
void AppSecInc::Registry::CreateKey |
( |
HKEY |
root, |
|
|
const std::wstring & |
key |
|
) |
| |
void AppSecInc::Registry::DeleteBranch |
( |
HKEY |
root, |
|
|
const std::wstring & |
key |
|
) |
| |
std::wstring AppSecInc::Registry::GetStringValue |
( |
HKEY |
root, |
|
|
const std::wstring & |
key, |
|
|
const std::wstring & |
name = L"" |
|
) |
| |
bool AppSecInc::Registry::KeyExists |
( |
HKEY |
root, |
|
|
const std::wstring & |
key, |
|
|
const std::wstring & |
name = L"" |
|
) |
| |
void AppSecInc::Registry::SetStringValue |
( |
HKEY |
root, |
|
|
const std::wstring & |
key, |
|
|
const std::wstring & |
name, |
|
|
const std::wstring & |
value |
|
) |
| |