Searched refs:RegistryKeyImpl (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registry.cxx | 41 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImpl() function in RegistryKeyImpl 56 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey) : in RegistryKeyImpl() function in RegistryKeyImpl 67 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Write… in RegistryKeyImpl() function in RegistryKeyImpl 78 RegistryKeyImpl::~RegistryKeyImpl() in ~RegistryKeyImpl() 94 std::wstring RegistryKeyImpl::GetName() const in GetName() 102 bool RegistryKeyImpl::IsOpen() const in IsOpen() 113 bool RegistryKeyImpl::IsRootKey() const in IsRootKey() 121 bool RegistryKeyImpl::IsWriteable() const in IsWriteable() 135 bool RegistryKeyImpl::HasValue(const std::wstring& Name) const in HasValue() 168 bool RegistryKeyImpl::HasSubKey(const std::wstring& Name) const in HasSubKey() [all …]
|
H A D | registry.hxx | 45 class RegistryKeyImpl; 51 typedef std::auto_ptr<RegistryKeyImpl> RegistryKey; 59 class RegistryKeyImpl class 67 virtual ~RegistryKeyImpl(); 291 RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName); 302 RegistryKeyImpl(HKEY RootKey); 307 RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true); 324 RegistryKeyImpl(const RegistryKeyImpl&); 325 RegistryKeyImpl& operator=(const RegistryKeyImpl&);
|
H A D | registryw9x.cxx | 59 RegistryKeyImpl(RootKey, KeyName) in RegistryKeyImplWin9x() 67 RegistryKeyImpl(RootKey) in RegistryKeyImplWin9x() 76 RegistryKeyImpl(RootKey, SubKey, KeyName, Writeable) in RegistryKeyImplWin9x()
|
H A D | registrywnt.cxx | 64 RegistryKeyImpl(RootKey, KeyName) in RegistryKeyImplWinNT() 72 RegistryKeyImpl(RootKey) in RegistryKeyImplWinNT() 81 RegistryKeyImpl(RootKey, SubKey, KeyName, Writeable) in RegistryKeyImplWinNT()
|
H A D | registryw9x.hxx | 34 class RegistryKeyImplWin9x : public RegistryKeyImpl
|
H A D | registrywnt.hxx | 33 class RegistryKeyImplWinNT : public RegistryKeyImpl
|
Completed in 20 milliseconds