Important: The information in this document is obsolete and should not be used for new development.
AGFileIsMixin
Use theAGFileIsMixin
function 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,
AGFileIsMixin
returns, through this parameter, the name of the main guide file associated with it.DESCRIPTION
TheAGFileIsMixin
function returnsTRUE
if the guide file (specified in thefileSpec
parameter) is a mixin andFALSE
if it isn't.