procedure Play( Flags: Longint );
Calls the interface Play method to cause the sound buffer to play from the current position. See IDirectSoundBuffer::Play for more information.
You should handle the EDirectSoundError exception with error code DSERR_BUFFERLOST which may occur in normal circunstances.