Searched refs:RegistrationRootKey (Results 1 – 1 of 1) sorted by relevance
401 RegistryKey RegistrationRootKey = GetRootKeyForDefHtmlEditorForIERegistration(); in RegisterAsDefaultHtmlEditorForInternetExplorer() local403 RegistryKey RegKey = RegistrationRootKey->CreateSubKey(MS_IE_DEF_HTML_EDITOR_SHL_EDIT_CMD); in RegisterAsDefaultHtmlEditorForInternetExplorer()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()444 RegistryKey RegistrationRootKey = GetRootKeyForDefHtmlEditorForIERegistration(); in UnregisterAsDefaultHtmlEditorForInternetExplorer() local446 RegistryKey RegKey = RegistrationRootKey->OpenSubKey(MS_IE_DEF_HTML_EDITOR_SHL_EDIT_CMD); in UnregisterAsDefaultHtmlEditorForInternetExplorer()467 … RegKey = RegistrationRootKey->OpenSubKey(MS_IE_DEF_HTML_EDITOR); in UnregisterAsDefaultHtmlEditorForInternetExplorer()477 RegKey = RegistrationRootKey->OpenSubKey(MS_IE_DEF_HTML_EDITOR); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
Completed in 14 milliseconds