Lines Matching refs:ClsidToString
86 SubstitutePlaceholder(ClsidEntry, GUID_PLACEHOLDER, ClsidToString(Guid)); in RegisterComComponent()
100 tmp += ClsidToString(Guid); in UnregisterComComponent()
110 tmp += ClsidToString(CLSID_COLUMN_HANDLER); in RegisterColumnHandler()
122 tmp += ClsidToString(CLSID_COLUMN_HANDLER); in UnregisterColumnHandler()
135 std::string iid = ClsidToString(IID_IQueryInfo); in RegisterInfotipHandler()
144 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), "", ClsidToString(CLSID_INFOTIP_HANDLER).c_str… in RegisterInfotipHandler()
152 std::string iid = ClsidToString(IID_IQueryInfo); in UnregisterInfotipHandler()
189 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), "", ClsidToString(CLSID_PROPERTYSHEET_… in RegisterPropSheetHandler()
230 std::string iid = ClsidToString(IID_IExtractImage); in RegisterThumbviewerHandler()
240 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), "", ClsidToString(CLSID_THUMBVIEWER_HANDLER).c… in RegisterThumbviewerHandler()
248 std::string iid = ClsidToString(IID_IExtractImage); in UnregisterThumbviewerHandler()
279 ClsidToString(clsid).c_str(), in ApproveShellExtension()
298 ClsidToString(Clsid).c_str()); in UnapproveShellExtension()