home *** CD-ROM | disk | FTP | other *** search
- #ifndef __SYS6HELP__
- #define __SYS6HELP__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
-
-
- OSErr HelpInitDocument(FileRecHndl frHndl);
- /*
- ** ¶ Call for system 6 balloon help.
- **
- ** INPUT: frHndl
- ** RESULT: OSErr
- **
- ** If you want balloon help support for system 6, and you’ve added a '6hlp'
- ** OSType into your application with the AppsToGo editor, then in the
- ** File.c function InitDocument in your application, call HelpInitDocument
- ** to instantiate the help code. (See AppWannabe for a sample usage.) */
-
-
-
- #endif
-