Important: The information in this document is obsolete and should not be used for new development.
AGFileGetDBMenuName
Use theAGFileGetDBMenuName
function to obtain, for a specific guide file, the text that Apple Guide displays in an application's Help menu when the guide file is available.
OSErr AGFileGetDBMenuName (AGFileFSSpecType *fileSpec, AGFileDBMenuNamePtr menuItemNameStr);
fileSpec
- A pointer to the file system specification record for the guide file.
menuItemNameStr
- A pointer to a text string. The
AGFileGetDBMenuName
function returns, through this parameter, the guide file's Help menu name.DESCRIPTION
TheAGFileGetDBMenuName
function returns, in themenuItemNameStr
parameter, the guide file's Help menu name.RESULT CODES