Searched refs:HasSubkeysRegistryKey (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/shell/source/win32/shlxthandler/ |
H A D | shlxthdl.cxx | 170 if (HasSubkeysRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), HasSubKeys) && !HasSubKeys) in UnregisterInfotipHandler() 211 … if (HasSubkeysRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), HasSubKeys) && !HasSubKeys) in UnregisterPropSheetHandler() 218 … if (HasSubkeysRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), HasSubKeys) && !HasSubKeys) in UnregisterPropSheetHandler() 266 if (HasSubkeysRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), HasSubKeys) && !HasSubKeys) in UnregisterThumbviewerHandler()
|
/aoo4110/main/shell/inc/internal/ |
H A D | registry.hxx | 54 bool HasSubkeysRegistryKey(HKEY RootKey, const char* KeyName, bool& bResult);
|
/aoo4110/main/shell/source/win32/shlxthandler/util/ |
H A D | registry.cxx | 142 bool HasSubkeysRegistryKey(HKEY RootKey, const char* KeyName, /* out */ bool& bResult) in HasSubkeysRegistryKey() function
|
Completed in 21 milliseconds