dmz_snd_unload

The dmz_snd_unload function unloads a previously loaded sound file from memory.

int dmz_snd_unload (

int sid

);

 

Return Values

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

For more information see dmz_snd error codes.

 

Parameters

wave

id of the loaded WAV file (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:32 by afedosov