Play a system sound.
#include <bps/soundplayer.h>
BPS_API int soundplayer_play_sound(const char *name)
BlackBerry 10.0.0
The name of the system sound.
The soundplayer_play_sound() function plays the specified system sound. This function may return before the sound finishes playing.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.