Lines Matching refs:wstring
63 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWinNT()
80 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWinNT()
229 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name) const in GetValue()
261 …regval = RegistryValue(new RegistryValueImpl(Name, std::wstring(reinterpret_cast<wchar_t*>(buff)))… in GetValue()
263 regval = RegistryValue(new RegistryValueImpl(Name, std::wstring())); in GetValue()
279 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue()
316 …regval = RegistryValue(new RegistryValueImpl(Name, std::wstring(reinterpret_cast<wchar_t*>(buff)))… in GetValue()
378 RegistryKey RegistryKeyImplWinNT::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey()
395 RegistryKey RegistryKeyImplWinNT::CreateSubKey(const std::wstring& 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()