24 #ifndef __ISECTIONLIST__ 25 #define __ISECTIONLIST__ 27 #include "IPMUnknown.h" 28 #include "IPageList.h" 30 #include "SectionID.h" 49 enum { kDefaultIID = IID_ISECTIONLIST };
53 enum { kAtTheEnd = -1 };
130 bool16 bIncludeSectionName = kTrue,
131 bool16 bUseIntegerStyle = kTrue,
132 PageNumberType pageNumberType = kDefaultPageType,
133 bool16 bAbbreviate = kTrue,
134 bool16 bIncludePagesOfHiddenSpread = kTrue) = 0;
163 virtual int32
GetPageNumber(
UID pageUID, bool16 bIncludePagesOfHiddenSpread = kTrue) = 0;
177 #endif // __ISECTIONLIST__