home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / apps.to.go / DTS.Lib / DTS.Lib.headers / Sys6Help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-12  |  531 b   |  25 lines  |  [TEXT/MPS ]

  1. #ifndef __SYS6HELP__
  2. #define __SYS6HELP__
  3.  
  4. #ifndef __TYPES__
  5. #include <Types.h>
  6. #endif
  7.  
  8.  
  9.  
  10. OSErr            HelpInitDocument(FileRecHndl frHndl);
  11.     /*
  12.     **    ¶ Call for system 6 balloon help.
  13.     **
  14.     **    INPUT:    frHndl
  15.     **    RESULT:    OSErr
  16.     **
  17.     **    If you want balloon help support for system 6, and you’ve added a '6hlp'
  18.     **    OSType into your application with the AppsToGo editor, then in the
  19.     **    File.c function InitDocument in your application, call HelpInitDocument
  20.     **    to instantiate the help code.  (See AppWannabe for a sample usage.) */
  21.  
  22.  
  23.  
  24. #endif
  25.