Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrywnt.cxx63 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWinNT() function in RegistryKeyImplWinNT
71 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey) : in RegistryKeyImplWinNT() function in RegistryKeyImplWinNT
80 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWinNT() function in RegistryKeyImplWinNT
98 size_t RegistryKeyImplWinNT::GetSubValueCount() const in GetSubValueCount()
123 size_t RegistryKeyImplWinNT::GetSubKeyCount() const in GetSubKeyCount()
144 StringListPtr RegistryKeyImplWinNT::GetSubKeyNames() const in GetSubKeyNames()
186 StringListPtr RegistryKeyImplWinNT::GetSubValueNames() const in GetSubValueNames()
339 void RegistryKeyImplWinNT::Open(bool Writeable) in Open()
380 RegistryKey regkey(new RegistryKeyImplWinNT(m_hSubKey, Name)); in OpenSubKey()
563 void RegistryKeyImplWinNT::DeleteValue(const std::wstring& Name) in DeleteValue()
[all …]
H A Dregistrywnt.hxx33 class RegistryKeyImplWinNT : public RegistryKeyImpl class
167 RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName);
175 RegistryKeyImplWinNT(HKEY RootKey);
180RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
188 RegistryKeyImplWinNT(const RegistryKeyImplWinNT&);
189 RegistryKeyImplWinNT& operator=(const RegistryKeyImplWinNT&);
H A Dwindowsregistry.cxx93 regkey = RegistryKey(new RegistryKeyImplWinNT(RootKey)); in GetRegistryKey()

Completed in 26 milliseconds