Home
last modified time | relevance | path

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

/AOO41X/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx179 std::string FwdKeyEntry; in RegisterPropSheetHandler() local
186 FwdKeyEntry = FORWARD_PROPSHEET_MYPROPSHEET_ENTRY; in RegisterPropSheetHandler()
187 …SubstitutePlaceholder(FwdKeyEntry, FORWARDKEY_PLACEHOLDER, OOFileExtensionTable[i].RegistryForward… in RegisterPropSheetHandler()
189 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), "", ClsidToString(CLSID_PROPERTYSHEET_… in RegisterPropSheetHandler()
198 std::string FwdKeyEntry; in UnregisterPropSheetHandler() local
202 FwdKeyEntry = FORWARD_PROPSHEET_MYPROPSHEET_ENTRY; in UnregisterPropSheetHandler()
203 …SubstitutePlaceholder(FwdKeyEntry, FORWARDKEY_PLACEHOLDER, OOFileExtensionTable[i].RegistryForward… in UnregisterPropSheetHandler()
205 DeleteRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str()); in UnregisterPropSheetHandler()
207 FwdKeyEntry = FORWARD_PROPSHEET_ENTRY; in UnregisterPropSheetHandler()
208 …SubstitutePlaceholder(FwdKeyEntry, FORWARDKEY_PLACEHOLDER, OOFileExtensionTable[i].RegistryForward… in UnregisterPropSheetHandler()
[all …]