Searched refs:HasSubKey (Results 1 – 7 of 7) sorted by relevance
164 if (!root_key->HasSubKey(file_extension)) in QueryPreselectForMsApplication()183 … else if ( (REG_SZ == RegVal->GetType()) && ! root_key->HasSubKey( RegVal->GetDataAsUniString() ) ) in QueryPreselectForMsApplication()384 if ( aRegKey->HasSubKey( OOFriendlyAppName ) ) in UnregisterAsHtmlEditorForInternetExplorer()388 if ( aRegKey->HasSubKey( OOFriendlyAppName ) ) in UnregisterAsHtmlEditorForInternetExplorer()458 if (BackupRegKey->HasSubKey(DEFAULT_HTML_EDITOR)) in UnregisterAsDefaultHtmlEditorForInternetExplorer()499 if (0 == HtmFwdKey.length() || !m_RootKey->HasSubKey(HtmFwdKey)) in RegisterAsDefaultShellHtmlEditor()543 if (0 == HtmFwdKey.length() || !m_RootKey->HasSubKey(HtmFwdKey)) in UnregisterAsDefaultShellHtmlEditor()677 if (m_RootKey->HasSubKey(PRIVATE_BACKUP_KEY_NAME)) in UnregisterAllAndCleanUpRegistry()748 if (m_RootKey->HasSubKey(FileExtension)) in UnregisterForMsOfficeApplication()768 if (m_RootKey->HasSubKey(FwdRegKeyName)) in UnregisterForMsOfficeApplication()
264 if (hkcr_key->HasSubKey(SO_BACKUP_KEY)) in FixReturnRegistrationState()276 if (hklm_key->HasSubKey(SO60_UNINSTALL_KEY)) in FixReturnRegistrationState()303 if (hklm_sftw_classes->HasSubKey(SO_BACKUP_KEY)) in FixReturnRegistrationState()314 if (hklm_key->HasSubKey(SO60_UNINSTALL_KEY)) in FixReturnRegistrationState()
83 if (HKCRKey->HasSubKey(L".htm")) in RegisterAsDefaultShellHtmlEditor()93 if (HKCRKey->HasSubKey(RootHtmFwdKey)) in RegisterAsDefaultShellHtmlEditor()125 if (m_RootKey->HasSubKey(FileExtension)) in UnregisterForMsOfficeApplication()
153 bool HasSubKey(const std::wstring& Name) const;
168 bool RegistryKeyImpl::HasSubKey(const std::wstring& Name) const in HasSubKey() function in RegistryKeyImpl
426 assert(HasSubKey(Name)); in DeleteSubKey()
439 assert(HasSubKey(Name)); in DeleteSubKey()
Completed in 34 milliseconds