Searched refs:BackupRegKey (Results 1 – 1 of 1) sorted by relevance
418 BackupRegKey->CopyValue(RegKey, DEFAULT_VALUE_NAME); in RegisterAsDefaultHtmlEditorForInternetExplorer()422 BackupRegKey->CopyValue(RegKey, L"Description"); in RegisterAsDefaultHtmlEditorForInternetExplorer()458 if (BackupRegKey->HasSubKey(DEFAULT_HTML_EDITOR)) in UnregisterAsDefaultHtmlEditorForInternetExplorer()460 BackupRegKey = BackupRegKey->OpenSubKey(DEFAULT_HTML_EDITOR); in UnregisterAsDefaultHtmlEditorForInternetExplorer()462 if (BackupRegKey->HasValue(DEFAULT_VALUE_NAME)) in UnregisterAsDefaultHtmlEditorForInternetExplorer()463 RegKey->CopyValue(BackupRegKey, DEFAULT_VALUE_NAME); in UnregisterAsDefaultHtmlEditorForInternetExplorer()469 if (BackupRegKey->HasValue(L"Description")) in UnregisterAsDefaultHtmlEditorForInternetExplorer()470 RegKey->CopyValue(BackupRegKey, L"Description"); in UnregisterAsDefaultHtmlEditorForInternetExplorer()514 BackupRegKey->CopyValue(RegKey, DEFAULT_VALUE_NAME, SHELL_EDIT_COMMAND_BACKUP); in RegisterAsDefaultShellHtmlEditor()556 if (BackupRegKey->HasValue(SHELL_EDIT_COMMAND_BACKUP)) in UnregisterAsDefaultShellHtmlEditor()[all …]
Completed in 11 milliseconds