_SNDSTOP
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
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.
Examples
Example:
_SNDSTOP h& |
See also