Important: The information in this document is obsolete and should not be used for new development.
AGFileIsMixin
Use theAGFileIsMixinfunction to determine if a guide file is a Mixin guide file, that is, whether it is used to add or modify content in a main guide file.
Boolean AGFileIsMixin (AGFileFSSpecType *fileSpec, AGFileDBMenuNamePtr menuItemNameStr);
fileSpec- A pointer to the file specification record for the guide file.
- menuItemNameStr
- If the file is a mixin,
AGFileIsMixinreturns, through this parameter, the name of the main guide file associated with it.DESCRIPTION
TheAGFileIsMixinfunction returnsTRUEif the guide file (specified in thefileSpecparameter) is a mixin andFALSEif it isn't.