dmz_snd_stop

The dmz_snd_stop function takes an id of a sound file and stops its playback.

int dmz_snd_stop (

int sid

);

 

Return Values

Non-negative value if successful, negative value on error.

For more information see dmz_snd error codes.

 

Parameters

sid

id of the file to stop playing (as returned by dmz_snd_load)

 

Remarks

 

QuickInfo

Defined in: dmz_snd.h

Windows: Requires DirectX 3.0 or later and dmz_snd.dll


Last updated October 15, 2000 22:33 by afedosov