Loading...
Searching...
No Matches
ULFileSystem

#include <Ultralight/CAPI/CAPI_FileSystem.h>

Overview

User-defined file system interface.

You should implement each of these callbacks, then pass an instance of this struct containing your callbacks to ulPlatformSetFileSystem().

Public Attributes

ULFileSystemFileExistsCallback file_exists
 
ULFileSystemGetFileMimeTypeCallback get_file_mime_type
 
ULFileSystemGetFileCharsetCallback get_file_charset
 
ULFileSystemOpenFileCallback open_file
 

Member Data Documentation

◆ file_exists

◆ get_file_charset

◆ get_file_mime_type

◆ open_file


The documentation for this struct was generated from the following file: