BASS_MusicFree

Frees a MOD music's resources, including any sync/DSP/FX it has.

BOOL BASS_MusicFree(
    HMUSIC handle
);

Parameters

handleThe MOD music handle.

Return value

If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLEhandle is not valid.

See also

BASS_MusicLoad