Lines Matching refs:RegistryKeyImplWin9x

58 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()
216 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name) const in GetValue()
266 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue()
326 void RegistryKeyImplWin9x::Open(bool Writeable) in Open()
365 RegistryKey RegistryKeyImplWin9x::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey()
367 RegistryKey regkey(new RegistryKeyImplWin9x(m_hSubKey, Name)); in OpenSubKey()
382 RegistryKey RegistryKeyImplWin9x::CreateSubKey(const std::wstring& Name) in CreateSubKey()
409 return RegistryKey(new RegistryKeyImplWin9x(hRoot, hKey, Name)); in CreateSubKey()
422 void RegistryKeyImplWin9x::DeleteSubKey(const std::wstring& Name) in DeleteSubKey()
457 void RegistryKeyImplWin9x::DeleteSubKeyTree(const std::wstring& Name) in DeleteSubKeyTree()
480 void RegistryKeyImplWin9x::DeleteValue(const std::wstring& Name) in DeleteValue()
509 void RegistryKeyImplWin9x::SetValue(const RegistryValue& Value) in SetValue()