Searched refs:HtmFwdKey (Results 1 – 1 of 1) sorted by relevance
498 std::wstring HtmFwdKey = RegVal->GetDataAsUniString(); in RegisterAsDefaultShellHtmlEditor() local499 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() local543 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 13 milliseconds