Important: The information in this document is obsolete and should not be used for new development.
AGFileGetMixinMatchSelector
Use theAGFileGetMixinMatchSelector
function to determine if a Mixin guide file can be mixed in with a main guide file.
OSErr AGFileGetMixinMatchSelector (AGFileFSSpecType *fileSpec, OSType *mixinMatchSelector);
fileSpec
- A pointer to the file system specification record for the guide file.
mixinMatchSelector
- The
AGFileGetMixinMatchSelector
function returns, through this parameter, a four-character value that usually corresponds to the signature of the application associated with this guide file.DESCRIPTION
TheAGFileGetMixinMatchSelector
function returns, through its mixinMatchSelector parameter, a four-character value corresponding to the value specified by a <Mixin Match> command in the guide file's source files. A Mixin guide file can mix in with a main guide file if their four-character values (specified by <Mixin Match> commands) match.In addition, if the value returned in the
mixinMatchSelector
parameter is'****'
, the Mixin guide file can mix with any main guide file.RESULT CODES
Subtopics
- AGInstallCoachHandler/A>
- AGRemoveCoachHandler