Functions
AppSecInc::Registry Namespace Reference

Win32 Registry support functions. More...

Functions

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)
 

Detailed Description

Win32 Registry support functions.

Function Documentation

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 
)


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com