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.alrt.h < prev    next >
Text File  |  1996-06-22  |  550b  |  24 lines

  1. /*
  2.  *--------------------------------------------------------------
  3.  * sample.alrt.h
  4.  *--------------------------------------------------------------
  5.  */
  6. #ifndef __DIALOGS__
  7.     #include <Dialogs.h>
  8. #endif
  9.  
  10. /* constants */
  11. enum alertIDs {
  12.     alrtFatalID    = 2000,
  13.     alrtFileID    = 2001,
  14.     alrtAEErrID    = 2002,
  15.     alrtAliasID    = 2003
  16. };
  17.  
  18. /* sample.alrt.c prototypes */
  19. extern short CheckMyErrors(void);
  20. extern short MyAlert(const short dlgID);
  21. extern void FatalErrorAlert(void);
  22. extern void DoFileAlert(StringPtr, OSErr);
  23. extern void DoAliasAlert(StringPtr, OSErr);
  24.