Home
last modified time | relevance | path

Searched refs:SubKey (Results 1 – 7 of 7) sorted by relevance

/trunk/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx96 char* SubKey; in DeleteRegistryKey() local
106 SubKey = reinterpret_cast<char*>( in DeleteRegistryKey()
116 SubKey, in DeleteRegistryKey()
127 DeleteRegistryKey(hKey, SubKey); in DeleteRegistryKey()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx75 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWin9x() argument
76 RegistryKeyImpl(RootKey, SubKey, KeyName, Writeable) in RegistryKeyImplWin9x()
428 RegistryKey SubKey = OpenSubKey(Name); in DeleteSubKey() local
430 size_t nSubKeyCount = SubKey->GetSubKeyCount(); in DeleteSubKey()
H A Dregistrywnt.cxx80 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWinNT() argument
81 RegistryKeyImpl(RootKey, SubKey, KeyName, Writeable) in RegistryKeyImplWinNT()
441 RegistryKey SubKey = OpenSubKey(Name); in DeleteSubKey() local
443 size_t nSubKeyCount = SubKey->GetSubKeyCount(); in DeleteSubKey()
H A Dregistry.cxx67 RegistryKeyImpl::RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Write… in RegistryKeyImpl() argument
69 m_hSubKey(SubKey), in RegistryKeyImpl()
H A Dregistryw9x.hxx181 …RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
H A Dregistrywnt.hxx180 …RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
H A Dregistry.hxx307 RegistryKeyImpl(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true);

Completed in 19 milliseconds