Unknown
From BASS WAS API
BASS_WASAPI_Lock
Locks the device to the current thread.
BOOL BASS_WASAPI_Lock(
BOOL lock
);
Parameters
| lock | If FALSE, unlock the device, else lock it. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_INIT | BASS_WASAPI_Init has not been successfully called. |