Important: The information in this document is obsolete and should not be used for new development.
GetEditionFormatMark
Use theGetEditionFormatMarkfunction to get the current mark for a particular format.
FUNCTION GetEditionFormatMark (whichEdition: EditionRefNum; whichFormat: FormatType; VAR currentMark: LongInt): OSErr;
whichEdition- The reference number for the edition.
whichFormat- The format type whose mark you want to get.
currentMark- The
GetEditionFormatMarkfunction returns the mark for the specified format in this parameter.DESCRIPTION
If the edition does not support the format specified in thewhichFormatparameter, you receive anoTypeErrresult code.RESULT CODES
noErr 0 No error rfNumErr -51 Bad edition reference number noTypeErr -102 Unknown format editionMgrInitErr -450 Manager not initialized