The {{KW|_SNDSTOP}} statement stops a playing or paused sound using a handle from the {{KW|_SNDOPEN}} or {{KW|_SNDCOPY}} Functions. {{PageSyntax}} :{{KW|_SNDSTOP}} {{Parameter|handle&}} {{PageDescription}} * Sounds can be resumed using {{KW|_SNDPLAY}} with the correct handle. {{PageExamples}} {{CodeStart}} {{Cl|_SNDSTOP}} h& {{CodeEnd}} {{PageSeeAlso}} *{{KW|_SNDPAUSE}} {{PageNavigation}}