24 #ifndef __ISECTIONCMDDATA__ 25 #define __ISECTIONCMDDATA__ 27 #include "IPMUnknown.h" 40 enum { kDefaultIID = IID_ISECTIONCMDDATA };
52 virtual void Set(
const UIDRef& sectionList,
53 UID startPageUID = kInvalidUID,
54 int32 startPageNumber = 1,
57 ClassID styleProviderClassID = kInvalidClass,
58 bool16 bContinueFromPrevSection = kTrue,
59 int32 offsetFromPrevSection = 0) = 0;
158 virtual void SetNotifyFlag(
const bool16& notify = kTrue) = 0;
173 #endif // __ISECTIONCMDDATA__