Home
last modified time | relevance | path

Searched refs:RegKeyName (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx345 std::wstring RegKeyName = HTM_OPENWITHLIST + std::wstring(L"\\") + OOFriendlyAppName; in RegisterAsHtmlEditorForInternetExplorer() local
346 RegistryKey RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()
358 RegKeyName = APPLICATIONS + std::wstring(L"\\") + OOFriendlyAppName; in RegisterAsHtmlEditorForInternetExplorer()
359 RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()

Completed in 20 milliseconds