Lines Matching refs:CreateSubKey

346     RegistryKey RegKey = m_RootKey->CreateSubKey(RegKeyName);  in RegisterAsHtmlEditorForInternetExplorer()
348 RegKey = RegKey->CreateSubKey(SHELL_EDIT_COMMAND); in RegisterAsHtmlEditorForInternetExplorer()
359 RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()
365 RegKey = RegKey->CreateSubKey(SHELL_EDIT_COMMAND); in RegisterAsHtmlEditorForInternetExplorer()
403 RegistryKey RegKey = RegistrationRootKey->CreateSubKey(MS_IE_DEF_HTML_EDITOR_SHL_EDIT_CMD); in RegisterAsDefaultHtmlEditorForInternetExplorer()
415 …RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + DEFAULT_HTML_… in RegisterAsDefaultHtmlEditorForInternetExplorer()
490 RegistryKey RegKey = m_RootKey->CreateSubKey(L".htm"); in RegisterAsDefaultShellHtmlEditor()
502 RegKey = m_RootKey->CreateSubKey(HtmFwdKey + L"\\" + SHELL_EDIT_COMMAND); in RegisterAsDefaultShellHtmlEditor()
513 RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + HTML_EDIT); in RegisterAsDefaultShellHtmlEditor()
554 RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + HTML_EDIT); in UnregisterAsDefaultShellHtmlEditor()
591 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in GetRegisterState()
605 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in SetRegisterState()
614 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in IsRegisteredFor()
693 RegistryKey ForwardKey = m_RootKey->CreateSubKey(ForwardKeyName); in RegisterForMsOfficeApplication()
697 RegistryKey RegKey = ForwardKey->CreateSubKey(L"DefaultIcon"); in RegisterForMsOfficeApplication()
701 RegistryKey RegKeyShell = ForwardKey->CreateSubKey(L"shell"); in RegisterForMsOfficeApplication()
705 RegKey = RegKeyShell->CreateSubKey(L"new"); in RegisterForMsOfficeApplication()
709 RegKey = RegKey->CreateSubKey(L"command"); in RegisterForMsOfficeApplication()
713 RegKey = RegKeyShell->CreateSubKey(L"open\\command"); in RegisterForMsOfficeApplication()
717 RegKey = RegKeyShell->CreateSubKey(L"print\\command"); in RegisterForMsOfficeApplication()
721 RegKey = RegKeyShell->CreateSubKey(L"printto\\command"); in RegisterForMsOfficeApplication()
726 RegKey = m_RootKey->CreateSubKey(FileExtension); in RegisterForMsOfficeApplication()
758 RegistryKey FwdRegKey = m_RootKey->CreateSubKey(FwdRegKeyName); in UnregisterForMsOfficeApplication()