BASS.NET API for the Un4seen BASS Audio Library

BassSfxBASS_SFX_ErrorGetCode Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the error code for the most recent BASS_SFX function call.

Namespace:  Un4seen.Bass.AddOn.Sfx
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bass_sfx")]
public static BASSSFXError BASS_SFX_ErrorGetCode()

Return Value

Type: BASSSFXError
If no error occured during the last BASS_SFX function call then BASS_SFX_OK is returned, else one of the BASSSFXError values is returned. See the function description for an explanation of what the error code means.
See Also

Reference