{{DISPLAYTITLE:_SNDSTOP}}
The [[_SNDSTOP]] statement stops a playing or paused sound using a handle from the [[_SNDOPEN]] or [[_SNDCOPY]] functions.


{{PageSyntax}}
: [[_SNDSTOP]] {{Parameter|handle&amp;}}


{{PageDescription}}
* Sounds can be resumed using [[_SNDPLAY]] with the correct handle.


{{PageExamples}}
''Example:''
{{CodeStart}} '' ''
{{Cl|_SNDSTOP}} h&amp; '' ''
{{CodeEnd}}


{{PageSeeAlso}}
* [[_SNDPAUSE]]


{{PageNavigation}}
