29 #ifndef __IPlaceOptions_h__ 30 #define __IPlaceOptions_h__ 32 #include "IPMUnknown.h" 33 #include "DocumentID.h" 48 enum { kDefaultIID = IID_IPLACEOPTIONS };
95 virtual void EnableShowFilterPrefs(bool16 enable) = 0;
97 virtual bool16 IsShowFilterPrefsEnabled()
const = 0;
99 virtual void EnableReplaceSelectedItem(bool16 enable) = 0;
101 virtual bool16 IsReplaceSelectedItemEnabled()
const = 0;
105 #endif //__IPlaceOptions_h__