Home
last modified time | relevance | path

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

/aoo42x/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx179 std::string FwdKeyEntry; in RegisterPropSheetHandler() local
186 FwdKeyEntry = FORWARD_PROPSHEET_MYPROPSHEET_ENTRY; in RegisterPropSheetHandler()
198 std::string FwdKeyEntry; in UnregisterPropSheetHandler() local
202 FwdKeyEntry = FORWARD_PROPSHEET_MYPROPSHEET_ENTRY; in UnregisterPropSheetHandler()
205 DeleteRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str()); in UnregisterPropSheetHandler()
207 FwdKeyEntry = FORWARD_PROPSHEET_ENTRY; in UnregisterPropSheetHandler()
211 if (HasSubkeysRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), HasSubKeys) && !HasSubKeys) in UnregisterPropSheetHandler()
212 DeleteRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str()); in UnregisterPropSheetHandler()
214 FwdKeyEntry = FORWARD_SHELLEX_ENTRY; in UnregisterPropSheetHandler()
218 if (HasSubkeysRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), HasSubKeys) && !HasSubKeys) in UnregisterPropSheetHandler()
[all …]

Completed in 6 milliseconds