What does AudioServicesCreateSystemSoundID
do?
All I was able to find was this from Apple's site:
// Create a system sound object representing the sound file
AudioServicesCreateSystemSoundID (
soundFileURLRef,
&soundFileObject
);
And It isn't very helpful. I always see it created but then never used.