Lines Matching refs:RegistryKeyImpl
41 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImpl() function in RegistryKeyImpl
56 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey) : in RegistryKeyImpl() function in RegistryKeyImpl
67 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Write… in RegistryKeyImpl() function in RegistryKeyImpl
78 RegistryKeyImpl::~RegistryKeyImpl() in ~RegistryKeyImpl()
94 std::wstring RegistryKeyImpl::GetName() const in GetName()
102 bool RegistryKeyImpl::IsOpen() const in IsOpen()
113 bool RegistryKeyImpl::IsRootKey() const in IsRootKey()
121 bool RegistryKeyImpl::IsWriteable() const in IsWriteable()
135 bool RegistryKeyImpl::HasValue(const std::wstring& Name) const in HasValue()
168 bool RegistryKeyImpl::HasSubKey(const std::wstring& Name) const in HasSubKey()
181 void RegistryKeyImpl::Close() in Close()
205 void RegistryKeyImpl::CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name) in CopyValue()
229 void RegistryKeyImpl::CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name, const std… in CopyValue()