Searched refs:RegKeyName (Results 1 – 1 of 1) sorted by relevance
345 std::wstring RegKeyName = HTM_OPENWITHLIST + std::wstring(L"\\") + OOFriendlyAppName; in RegisterAsHtmlEditorForInternetExplorer() local346 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 22 milliseconds