home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pIntui / Beep.h next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.1 KB  |  44 lines

  1. @DATABASE "pIntui/Beep.h"
  2. @MASTER   "Work2:AD/IInc/pIntui/Beep.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:34:58
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pIntui/Beep.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pIntui/Beep.h" LINK File}
  11.  
  12. @ENDNODE
  13. @NODE File "pIntui/Beep.h"
  14. #ifndef __INC_POS_PINTUI_BEEP_H
  15. #define __INC_POS_PINTUI_BEEP_H
  16. /*******************************************************************
  17.  Includes Release 24
  18.  (C) Copyright 1995-1997 proDAD
  19.      All Rights Reserved
  20.  
  21.  $AUT Holger Burkarth
  22.  $DAT >>Beep.h<<   08 Feb 1997    09:04:38 - (C) ProDAD
  23. *******************************************************************/
  24. #ifndef __INC_POS_PEXEC_TYPES_H
  25. #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}>
  26. #endif
  27.  
  28.  
  29. /*----------------------------------
  30.  @{"pOS_DisplayBeep" LINK "pIntuiD/pOS_DisplayBeep"}(,,enum pOS_BeepTypes)
  31. -----------------------------------*/
  32. enum pOS_BeepTypes
  33. {
  34.   BEEPTYP_Warn =0,      /* Aktion kann nicht ausgeführt werden. */
  35.   BEEPTYP_Error,        /* Fehler aufgetretten */
  36.   BEEPTYP_Wackup,       /* Signal, Zeit erreicht, Prozeß ist fertig */
  37.  
  38. };
  39.  
  40.  
  41.  
  42. #endif
  43. @ENDNODE
  44.