BASS_GetConfig
Retrieves the value of a config option.
DWORD BASS_GetConfig( DWORD option );
Parameters
option | The option to get the value of... one of the following.
|
Return value
If successful, the value of the requested config option is returned, else -1 is returned. Use BASS_ErrorGetCode to get the error code.Error codes
BASS_ERROR_ILLPARAM | option is invalid. |