Unknown
From BASS
BASS_PluginFree
Unplugs an add-on.
BOOL BASS_PluginFree(
HPLUGIN handle
);
Parameters
| handle | The plugin handle... 0 = all plugins. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_HANDLE | handle is not valid. |