BASS_ASIO_Free
Releases the device/driver.
BOOL BASS_ASIO_Free();
Return value
If successful, then TRUE is returned, else FALSE is returned. Use BASS_ASIO_ErrorGetCode to get the error code.
Error codes
Remarks
If the device was initialized without the BASS_ASIO_THREAD flag, some drivers may have a problem with this function being called in a thread other than the one that initialized the device.See also
BASS_ASIO_Init