Searched refs:OpenSubKey (Results 1 – 8 of 8) sorted by relevance
171 RegistryKey RegKey = root_key->OpenSubKey(file_extension, false); in QueryPreselectForMsApplication()383 RegistryKey aRegKey = m_RootKey->OpenSubKey( APPLICATIONS ); in UnregisterAsHtmlEditorForInternetExplorer()387 aRegKey = m_RootKey->OpenSubKey( HTM_OPENWITHLIST ); in UnregisterAsHtmlEditorForInternetExplorer()420 RegKey = RegistrationRootKey->OpenSubKey(MS_IE_DEF_HTML_EDITOR); in RegisterAsDefaultHtmlEditorForInternetExplorer()429 RegKey = RegistrationRootKey->OpenSubKey(MS_IE_DEF_HTML_EDITOR_SHL_EDIT_CMD); in RegisterAsDefaultHtmlEditorForInternetExplorer()434 RegKey = RegistrationRootKey->OpenSubKey(MS_IE_DEF_HTML_EDITOR); in RegisterAsDefaultHtmlEditorForInternetExplorer()460 BackupRegKey = BackupRegKey->OpenSubKey(DEFAULT_HTML_EDITOR); in UnregisterAsDefaultHtmlEditorForInternetExplorer()477 RegKey = RegistrationRootKey->OpenSubKey(MS_IE_DEF_HTML_EDITOR); in UnregisterAsDefaultHtmlEditorForInternetExplorer()533 RegistryKey RegKey = m_RootKey->OpenSubKey(L".htm"); in UnregisterAsDefaultShellHtmlEditor()546 RegKey = m_RootKey->OpenSubKey(HtmFwdKey + L"\\" + SHELL_EDIT_COMMAND); in UnregisterAsDefaultShellHtmlEditor()[all …]
265 so_bak_key = hkcr_key->OpenSubKey(SO_BACKUP_KEY); in FixReturnRegistrationState()279 hklm_key->OpenSubKey(SO60_UNINSTALL_KEY); in FixReturnRegistrationState()289 registry.GetCurrentUserKey()->OpenSubKey(SOFTWARE_CLASSES); in FixReturnRegistrationState()299 registry.GetLocalMachineKey()->OpenSubKey(SOFTWARE_CLASSES, false); in FixReturnRegistrationState()305 so_bak_key_old = hklm_sftw_classes->OpenSubKey(SO_BACKUP_KEY, false); in FixReturnRegistrationState()317 hklm_key->OpenSubKey(SO60_UNINSTALL_KEY); in FixReturnRegistrationState()
42 m_RootKey = RegKey->OpenSubKey(L"Software\\Classes"); in UserRegistrar()60 RegistryKey RegKey = m_RootKey->OpenSubKey(L"Applications"); in UnregisterAsHtmlEditorForInternetExplorer()85 RegistryKey RootHtmKey = HKCRKey->OpenSubKey(L".htm", false); in RegisterAsDefaultShellHtmlEditor()127 RegistryKey RegKey = m_RootKey->OpenSubKey(FileExtension); in UnregisterForMsOfficeApplication()
365 RegistryKey RegistryKeyImplWin9x::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey() function in RegistryKeyImplWin9x428 RegistryKey SubKey = OpenSubKey(Name); in DeleteSubKey()
378 RegistryKey RegistryKeyImplWinNT::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey() function in RegistryKeyImplWinNT441 RegistryKey SubKey = OpenSubKey(Name); in DeleteSubKey()
99 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true);
98 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true);
191 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true) = 0;
Completed in 37 milliseconds