home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PINTUI_BEEP_H
- #define __INC_POS_PINTUI_BEEP_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Beep.h<< 08 Feb 1997 09:04:38 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_TYPES_H
- #include <pExec/Types.h>
- #endif
-
-
- /*----------------------------------
- pOS_DisplayBeep(,,enum pOS_BeepTypes)
- -----------------------------------*/
- enum pOS_BeepTypes
- {
- BEEPTYP_Warn =0, /* Aktion kann nicht ausgeführt werden. */
- BEEPTYP_Error, /* Fehler aufgetretten */
- BEEPTYP_Wackup, /* Signal, Zeit erreicht, Prozeß ist fertig */
-
- };
-
-
-
- #endif
-