add_system_beep_event
status_t add_system_beep_event(const char* eventName, uint32 flags = 0);
add_system_beep_event("Battery critical");
add_system_beep_event("Battery low");
add_system_beep_event("Battery charged");
add_system_beep_event (g_BeepGenuine);
add_system_beep_event (g_BeepSpam);
add_system_beep_event (g_BeepUncertain);
add_system_beep_event("New E-mail");
add_system_beep_event(kSoundNames[i++], 0);