Ultralight C API 1.4.0
|
#include <Ultralight/CAPI/CAPI_FileSystem.h>
User-defined file system interface.
You should implement each of these callbacks, then pass an instance of this struct containing your callbacks to ulPlatformSetFileSystem().
ULFileSystemFileExistsCallback file_exists |
ULFileSystemGetFileCharsetCallback get_file_charset |
ULFileSystemGetFileMimeTypeCallback get_file_mime_type |
ULFileSystemOpenFileCallback open_file |