Lines Matching refs:RegistryKey

162     RegistryKey root_key = WindowsRegistry().GetClassesRootKey();  in QueryPreselectForMsApplication()
171 RegistryKey RegKey = root_key->OpenSubKey(file_extension, false); in QueryPreselectForMsApplication()
346 RegistryKey RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()
383 RegistryKey aRegKey = m_RootKey->OpenSubKey( APPLICATIONS ); in UnregisterAsHtmlEditorForInternetExplorer()
401 RegistryKey RegistrationRootKey = GetRootKeyForDefHtmlEditorForIERegistration(); in RegisterAsDefaultHtmlEditorForInternetExplorer()
403 RegistryKey RegKey = RegistrationRootKey->CreateSubKey(MS_IE_DEF_HTML_EDITOR_SHL_EDIT_CMD); in RegisterAsDefaultHtmlEditorForInternetExplorer()
415RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + DEFAULT_HTML_… in RegisterAsDefaultHtmlEditorForInternetExplorer()
444 RegistryKey RegistrationRootKey = GetRootKeyForDefHtmlEditorForIERegistration(); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
446 RegistryKey RegKey = RegistrationRootKey->OpenSubKey(MS_IE_DEF_HTML_EDITOR_SHL_EDIT_CMD); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
456 RegistryKey BackupRegKey = m_RootKey->OpenSubKey(PRIVATE_BACKUP_KEY_NAME); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
490 RegistryKey RegKey = m_RootKey->CreateSubKey(L".htm"); in RegisterAsDefaultShellHtmlEditor()
513 RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + HTML_EDIT); in RegisterAsDefaultShellHtmlEditor()
533 RegistryKey RegKey = m_RootKey->OpenSubKey(L".htm"); in UnregisterAsDefaultShellHtmlEditor()
554 RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + HTML_EDIT); in UnregisterAsDefaultShellHtmlEditor()
591 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in GetRegisterState()
605 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in SetRegisterState()
614 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in IsRegisteredFor()
693 RegistryKey ForwardKey = m_RootKey->CreateSubKey(ForwardKeyName); in RegisterForMsOfficeApplication()
697 RegistryKey RegKey = ForwardKey->CreateSubKey(L"DefaultIcon"); in RegisterForMsOfficeApplication()
701 RegistryKey RegKeyShell = ForwardKey->CreateSubKey(L"shell"); in RegisterForMsOfficeApplication()
750 RegistryKey RegKey = m_RootKey->OpenSubKey(FileExtension); in UnregisterForMsOfficeApplication()
758 RegistryKey FwdRegKey = m_RootKey->CreateSubKey(FwdRegKeyName); in UnregisterForMsOfficeApplication()
772 RegistryKey Registrar::GetRootKeyForDefHtmlEditorForIERegistration() const in GetRootKeyForDefHtmlEditorForIERegistration()