PlaySound
Plays the different system
sounds |
 |
Download
PlaySound.zip
(32 KB)
|
Functions
definition
external "CASL_SystemSound";
function snd_PlaySystemSound (numeric SoundType);
# Soundtype:
# 1 = Info
# 2 = Warning
# 3 = Error
# 4 = Startup
# 5 = Alarm
# 6 = Confirmation
# 7 = Click
end_external;
|
|