Searched refs:RegistryKeyImplWinNT (Results 1 – 3 of 3) sorted by relevance
63 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWinNT() function in RegistryKeyImplWinNT71 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey) : in RegistryKeyImplWinNT() function in RegistryKeyImplWinNT80 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWinNT() function in RegistryKeyImplWinNT98 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 …]
33 class RegistryKeyImplWinNT : public RegistryKeyImpl class167 RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName);175 RegistryKeyImplWinNT(HKEY RootKey);180 …RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…188 RegistryKeyImplWinNT(const RegistryKeyImplWinNT&);189 RegistryKeyImplWinNT& operator=(const RegistryKeyImplWinNT&);
93 regkey = RegistryKey(new RegistryKeyImplWinNT(RootKey)); in GetRegistryKey()
Completed in 21 milliseconds