00001 /****************************************************************************** 00002 / 00003 / File: Beep.h 00004 / 00005 / Description: System beep function. 00006 / 00007 / Copyright 1993-98, Be Incorporated 00008 / 00009 ******************************************************************************/ 00010 00011 #ifndef _BEEP_H 00012 #define _BEEP_H 00013 00014 #include <BeBuild.h> 00015 #include <SupportDefs.h> 00016 00017 00018 status_t beep(); 00019 status_t system_beep(const char * event_name); 00020 00021 #if defined(__cplusplus) 00022 #define _BEEP_FLAGS = 0 00023 #else 00024 #define _BEEP_FLAGS 00025 #endif 00026 status_t add_system_beep_event(const char * event_name, uint32 flags _BEEP_FLAGS); 00027 00028 00029 #endif /* _BEEP_H */