Important: The information in this document is obsolete and should not be used for new development.
AGFileGetHelpMenuAppCreator
Use theAGFileGetHelpMenuAppCreator
function to retrieve the four-character value that specifies the application associated with this guide file.
OSErr AGFileGetHelpMenuAppCreator (AGFileFSSpecType *fileSpec, OSType *helpMenuAppCreator);
fileSpec
- A pointer to the file system specification record for the guide file.
helpMenuAppCreator
- The
AGFileGetHelpMenuAppCreator
function returns, through this parameter, the four-character value that specifies the application associated with this guide file.DESCRIPTION
TheAGFileGetHelpMenuAppCreator
function returns, through itshelpMenuAppCreator
parameter, the signature of the application that is associated with the guide file specified in thefileSpec
parameter.If a guide file specifies the application associated with it, then the value returned in the
helpMenuAppCreator
parameter must match the signature of the application for the guide file to appear in the application's Help menu. If the guide file does not specify the application that is associated with it, thehelpMenuAppCreator
parameter returnsNIL
.RESULT CODES