Retrieves the error code for the most recent BASS function call in the current thread.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Return Value
Type: BASSErrorIf no error occured during the last BASS function call then BASS_OK is returned, else one of the BASSError values is returned. See the function description for an explanation of what the error code means.
Remarks
See Also