Lines Matching refs:RegistryKeyImplWinNT

63 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()
229 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name) const in GetValue()
279 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue()
339 void RegistryKeyImplWinNT::Open(bool Writeable) in Open()
378 RegistryKey RegistryKeyImplWinNT::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey()
380 RegistryKey regkey(new RegistryKeyImplWinNT(m_hSubKey, Name)); in OpenSubKey()
395 RegistryKey RegistryKeyImplWinNT::CreateSubKey(const std::wstring& Name) in CreateSubKey()
422 return RegistryKey(new RegistryKeyImplWinNT(hRoot, hKey, Name)); in CreateSubKey()
435 void RegistryKeyImplWinNT::DeleteSubKey(const std::wstring& Name) in DeleteSubKey()
470 void RegistryKeyImplWinNT::DeleteSubKeyTree(const std::wstring& Name) in DeleteSubKeyTree()
485 LONG RegistryKeyImplWinNT::ImplDeleteSubKeyTree(HKEY RootKey, const std::wstring& Name) in ImplDeleteSubKeyTree()
563 void RegistryKeyImplWinNT::DeleteValue(const std::wstring& Name) in DeleteValue()
592 void RegistryKeyImplWinNT::SetValue(const RegistryValue& Value) in SetValue()