SetEditionFormatMark
SetEditionFormatMark Set the current mark for a section format
#include <Editions.h> Edition Manager
OSErr SetEditionFormatMark( whichEdition, whichFormat,
setMarkTo );
EditionRefNum whichEdition ; is the reference number for the edition.
FormatType whichFormat ; indicates the format type for the edition
unsigned long setMarkTo ; is the offset for the next read or write for this
format.
returns Error Code; 0=no error
Use the SetEditionFormatMark function to set the current mark for a
section format. The mark indicates the next position of a read or write
operation. Initially, a mark defaults to 0. After reading or writing data, the
format mark is set past the last position written to or read from.
whichEdition is the reference number for the edition.
whichFormat indicates the format type for the edition
setMarkTo is the offset for the next read or write for this format.
Returns: an operating system Error Code.
noErr (0) No error
rfNumErr (-51) Bad edition reference number
noTypeErr (-102) Unknown format ( subscriber only)
editionMgrInitErr (-450) Manager not initialized