Skip to content
Cory Smith edited this page Sep 1, 2022 · 4 revisions

The _SNDSTOP statement stops a playing or paused sound using a handle from the _SNDOPEN or _SNDCOPY functions.

Syntax

_SNDSTOP handle&

Description

  • Sounds can be resumed using _SNDPLAY with the correct handle.

Example(s)

_SNDSTOP h& 

See Also

Clone this wiki locally