Searched refs:RegistryKeyImplWin9x (Results 1 – 3 of 3) sorted by relevance
58 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWin9x() function in RegistryKeyImplWin9x66 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey) : in RegistryKeyImplWin9x() function in RegistryKeyImplWin9x75 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWin9x() function in RegistryKeyImplWin9x93 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()326 void RegistryKeyImplWin9x::Open(bool Writeable) in Open()367 RegistryKey regkey(new RegistryKeyImplWin9x(m_hSubKey, Name)); in OpenSubKey()480 void RegistryKeyImplWin9x::DeleteValue(const std::wstring& Name) in DeleteValue()[all …]
34 class RegistryKeyImplWin9x : public RegistryKeyImpl class168 RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName);176 RegistryKeyImplWin9x(HKEY RootKey);181 …RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…185 RegistryKeyImplWin9x(const RegistryKeyImplWin9x&);186 RegistryKeyImplWin9x& operator=(const RegistryKeyImplWin9x&);
95 regkey = RegistryKey(new RegistryKeyImplWin9x(RootKey)); in GetRegistryKey()
Completed in 23 milliseconds