User file opening callback function.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.2
Syntax
Parameters
- filename
- Type: SystemString
The file to open. - flags
- Type: Un4seen.BassBASSConfig
A combination of these flags:BASS_UNICODE filename is in UTF-16 form. Otherwise it is ANSI on Windows and UTF-8 on other platforms.
Return Value
Type: IntPtrIf failed, 0 = let BASS try its own file functions, -1 = do not try the BASS functions. Otherwise the file was successful opened and the return value becomes the 'user' parameter for the other BASS_FILEOPENPROCS functions.
Remarks
See Also