Searched defs:RootKey (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/shell/source/win32/shlxthandler/util/ |
H A D | registry.cxx | 57 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value) in SetRegistryKey() 80 bool DeleteRegistryKey(HKEY RootKey, const char* KeyName) in DeleteRegistryKey() 142 bool HasSubkeysRegistryKey(HKEY RootKey, const char* KeyName, /* out */ bool& bResult) in HasSubkeysRegistryKey() 181 bool QueryRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, char *pszData, DWOR… in QueryRegistryKey()
|
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registry.cxx | 41 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImpl() 56 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey) : in RegistryKeyImpl() 67 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Write… in RegistryKeyImpl()
|
H A D | registrywnt.cxx | 63 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWinNT() 71 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey) : in RegistryKeyImplWinNT() 80 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWinNT() 485 LONG RegistryKeyImplWinNT::ImplDeleteSubKeyTree(HKEY RootKey, const std::wstring& Name) in ImplDeleteSubKeyTree()
|
H A D | registryw9x.cxx | 58 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWin9x() 66 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey) : in RegistryKeyImplWin9x() 75 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWin9x()
|
H A D | windowsregistry.cxx | 88 RegistryKey WindowsRegistry::GetRegistryKey(HKEY RootKey, bool Writeable) const in GetRegistryKey()
|
/aoo42x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 251 bool DeleteRegistryKey(HKEY RootKey, const wchar_t* KeyName) in DeleteRegistryKey() 266 bool SetRegistryKey(HKEY RootKey, const wchar_t* KeyName, const wchar_t* ValueName, const wchar_t* … in SetRegistryKey()
|
/aoo42x/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 169 static LONG DeleteSubKeyTree( HKEY RootKey, LPCSTR lpKey ) in DeleteSubKeyTree()
|
Completed in 30 milliseconds