Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx498 std::wstring HtmFwdKey = RegVal->GetDataAsUniString(); in RegisterAsDefaultShellHtmlEditor() local
499 if (0 == HtmFwdKey.length() || !m_RootKey->HasSubKey(HtmFwdKey)) in RegisterAsDefaultShellHtmlEditor()
500 HtmFwdKey = L".htm"; in RegisterAsDefaultShellHtmlEditor()
502 RegKey = m_RootKey->CreateSubKey(HtmFwdKey + L"\\" + SHELL_EDIT_COMMAND); in RegisterAsDefaultShellHtmlEditor()
541 std::wstring HtmFwdKey = RegVal->GetDataAsUniString(); in UnregisterAsDefaultShellHtmlEditor() local
543 if (0 == HtmFwdKey.length() || !m_RootKey->HasSubKey(HtmFwdKey)) in UnregisterAsDefaultShellHtmlEditor()
544 HtmFwdKey = L".htm"; in UnregisterAsDefaultShellHtmlEditor()
546 RegKey = m_RootKey->OpenSubKey(HtmFwdKey + L"\\" + SHELL_EDIT_COMMAND); in UnregisterAsDefaultShellHtmlEditor()

Completed in 16 milliseconds