home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / AESample.sit / AESample / headers / sample.send.h < prev    next >
Text File  |  1996-06-22  |  740b  |  23 lines

  1. /*
  2.  *--------------------------------------------------------------
  3.  * sample.send.h
  4.  *--------------------------------------------------------------
  5.  */
  6. #ifndef __APPLEEVENTS__
  7.     #include <AppleEvents.h>
  8. #endif
  9. #ifndef __FILES__
  10.     #include <Files.h>
  11. #endif
  12.  
  13. /* sample.send.c prototypes */
  14. extern void DoOpenFile(void);
  15. extern void DoPrintFile(void);
  16. extern void DoHoldFile(void);
  17. extern void DoSendFile(void);
  18. extern OSErr OpenDroppedFile(const FSSpecPtr spec);
  19. extern OSErr PrintDroppedFile(const FSSpecPtr spec);
  20. extern OSErr SendSpecToMyself(const FSSpecPtr spec, const AEEventID);
  21. extern OSErr SendAEToApp(ProcessSerialNumberPtr psn, const FSSpecPtr spec, const AEEventID);
  22. extern OSErr SendAEToFinder(const FSSpecPtr, const AEEventID);
  23.