Searched refs:RegVal (Results 1 – 3 of 3) sorted by relevance
175 RegistryValue RegVal = RegKey->GetValue(DEFAULT_VALUE_NAME); in QueryPreselectForMsApplication() local177 if (REG_SZ == RegVal->GetType() && in QueryPreselectForMsApplication()178 IsOpenOfficeRegisteredForMsApplication(RegVal->GetDataAsUniString())) in QueryPreselectForMsApplication()183 … else if ( (REG_SZ == RegVal->GetType()) && ! root_key->HasSubKey( RegVal->GetDataAsUniString() ) ) in QueryPreselectForMsApplication()350 RegistryValue RegVal( in RegisterAsHtmlEditorForInternetExplorer() local356 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()361 RegVal->SetName(L"FriendlyAppName"); in RegisterAsHtmlEditorForInternetExplorer()362 RegVal->SetValue(OOFriendlyAppName); in RegisterAsHtmlEditorForInternetExplorer()363 RegKey->SetValue(RegVal); in RegisterAsHtmlEditorForInternetExplorer()366 RegVal->SetName(DEFAULT_VALUE_NAME); in RegisterAsHtmlEditorForInternetExplorer()[all …]
233 RegistryValue RegVal = RegistryKey->GetValue(Name); in CopyValue() local234 RegVal->SetName(NewName); in CopyValue()235 SetValue(RegVal); in CopyValue()
89 RegistryValue RegVal = RootHtmKey->GetValue(DEFAULT_VALUE_NAME); in RegisterAsDefaultShellHtmlEditor() local91 std::wstring RootHtmFwdKey = RegVal->GetDataAsUniString(); in RegisterAsDefaultShellHtmlEditor()