Home
last modified time | relevance | path

Searched refs:RegistryKeyImplWin9x (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx58 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWin9x() function in RegistryKeyImplWin9x
66 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey) : in RegistryKeyImplWin9x() function in RegistryKeyImplWin9x
75 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWin9x() function in RegistryKeyImplWin9x
93 size_t RegistryKeyImplWin9x::GetSubValueCount() const in GetSubValueCount()
118 size_t RegistryKeyImplWin9x::GetSubKeyCount() const in GetSubKeyCount()
139 StringListPtr RegistryKeyImplWin9x::GetSubKeyNames() const in GetSubKeyNames()
177 StringListPtr RegistryKeyImplWin9x::GetSubValueNames() const in GetSubValueNames()
326 void RegistryKeyImplWin9x::Open(bool Writeable) in Open()
367 RegistryKey regkey(new RegistryKeyImplWin9x(m_hSubKey, Name)); in OpenSubKey()
480 void RegistryKeyImplWin9x::DeleteValue(const std::wstring& Name) in DeleteValue()
[all …]
H A Dregistryw9x.hxx34 class RegistryKeyImplWin9x : public RegistryKeyImpl class
168 RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName);
176 RegistryKeyImplWin9x(HKEY RootKey);
181RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
185 RegistryKeyImplWin9x(const RegistryKeyImplWin9x&);
186 RegistryKeyImplWin9x& operator=(const RegistryKeyImplWin9x&);
H A Dwindowsregistry.cxx95 regkey = RegistryKey(new RegistryKeyImplWin9x(RootKey)); in GetRegistryKey()

Completed in 31 milliseconds