Home
last modified time | relevance | path

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

/trunk/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx88 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", FilePath)) in RegisterComComponent()
91 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "ThreadingModel", "Apartment")) in RegisterComComponent()
112 return SetRegistryKey( in RegisterColumnHandler()
144 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), "", ClsidToString(CLSID_INFOTIP_HANDLER).c_str… in RegisterInfotipHandler()
189 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), "", ClsidToString(CLSID_PROPERTYSHEET_… in RegisterPropSheetHandler()
240 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), "", ClsidToString(CLSID_THUMBVIEWER_HANDLER).c… in RegisterThumbviewerHandler()
276 bool bRet = SetRegistryKey( in ApproveShellExtension()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx1202 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", "OpenDocument Format Filter")) in RegisterFilterHandler()
1208 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", FilePath)) in RegisterFilterHandler()
1211 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "ThreadingModel", "Both")) in RegisterFilterHandler()
1230 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist.c_str(), "", "OpenDocument Format Persis… in RegisterPersistentHandler()
1239 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist_Entry.c_str(), "", ClsidToString(Persist… in RegisterPersistentHandler()
1250 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist_Addin.c_str(), "", ClsidToString(FilterG… in RegisterPersistentHandler()
1288 if (!SetRegistryKey(HKEY_CLASSES_ROOT, in RegisterSearchHandler()
1309 if (!SetRegistryKey(HKEY_CLASSES_ROOT, in RegisterSearchHandler()
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx266 bool SetRegistryKey(HKEY RootKey, const wchar_t* KeyName, const wchar_t* ValueName, const wchar_t* … in SetRegistryKey() function
412 SetRegistryKey(key, szKey, szName, szValue); in DoRegEntries()
/trunk/main/shell/inc/internal/
H A Dregistry.hxx44 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value);
/trunk/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx57 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value) in SetRegistryKey() function

Completed in 23 milliseconds