24 #ifndef __IQuickApplyService__ 25 #define __IQuickApplyService__ 29 #include "IIdleTask.h" 30 #include "QuickApplyFindListNode.h" 32 #include "FindChangeID.h" 33 #include "IPMUnknown.h" 65 typedef std::list<QuickApplyItemRecord> TypesHandledList;
68 typedef std::list<uint32> TypesIDList;
81 enum { kDefaultIID = IID_IQUICKAPPLYSERVICE };
104 virtual TypesHandledList
GetItemTypesHandled(
const TypesHandledList &existingItemTypes) = 0;
152 #endif // __IQuickApplyService__