Searched refs:RegKey (Results 1 – 2 of 2) sorted by relevance
171 RegistryKey RegKey = root_key->OpenSubKey(file_extension, false); in QueryPreselectForMsApplication() local173 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in QueryPreselectForMsApplication()175 RegistryValue RegVal = RegKey->GetValue(DEFAULT_VALUE_NAME); in QueryPreselectForMsApplication()346 RegistryKey RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer() local348 RegKey = RegKey->CreateSubKey(SHELL_EDIT_COMMAND); in RegisterAsHtmlEditorForInternetExplorer()356 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()359 RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()363 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()365 RegKey = RegKey->CreateSubKey(SHELL_EDIT_COMMAND); in RegisterAsHtmlEditorForInternetExplorer()370 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()[all …]
41 RegistryKey RegKey = WindowsRegistry().GetCurrentUserKey(); in UserRegistrar() local42 m_RootKey = RegKey->OpenSubKey(L"Software\\Classes"); in UserRegistrar()60 RegistryKey RegKey = m_RootKey->OpenSubKey(L"Applications"); in UnregisterAsHtmlEditorForInternetExplorer() local61 if ((0 == RegKey->GetSubValueCount()) && (0 == RegKey->GetSubKeyCount())) in UnregisterAsHtmlEditorForInternetExplorer()63 RegKey->Close(); in UnregisterAsHtmlEditorForInternetExplorer()127 RegistryKey RegKey = m_RootKey->OpenSubKey(FileExtension); in UnregisterForMsOfficeApplication() local129 if ((0 == RegKey->GetSubKeyCount()) && (0 == RegKey->GetSubValueCount())) in UnregisterForMsOfficeApplication()131 RegKey->Close(); in UnregisterForMsOfficeApplication()