home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pIntui / Beep.h next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  762 b   |  30 lines

  1. #ifndef __INC_POS_PINTUI_BEEP_H
  2. #define __INC_POS_PINTUI_BEEP_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>Beep.h<<   08 Feb 1997    09:04:38 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_TYPES_H
  12. #include <pExec/Types.h>
  13. #endif
  14.  
  15.  
  16. /*----------------------------------
  17.  pOS_DisplayBeep(,,enum pOS_BeepTypes)
  18. -----------------------------------*/
  19. enum pOS_BeepTypes
  20. {
  21.   BEEPTYP_Warn =0,      /* Aktion kann nicht ausgeführt werden. */
  22.   BEEPTYP_Error,        /* Fehler aufgetretten */
  23.   BEEPTYP_Wackup,       /* Signal, Zeit erreicht, Prozeß ist fertig */
  24.  
  25. };
  26.  
  27.  
  28.  
  29. #endif
  30.