GDAL
|
struct containing callbacks to used by the handler. More...
#include <cpl_vsi.h>
struct containing callbacks to used by the handler.
(rw), (r), (w) or () at the end indicate whether the given callback is mandatory for reading and or writing handlers. A (?) indicates that the callback might be mandatory for certain drivers only.
VSIFilesystemPluginAdviseReadCallback VSIFilesystemPluginCallbacksStruct::advise_read |
The following optional member has been added in GDAL 3.7:
AdviseRead()
void* VSIFilesystemPluginCallbacksStruct::pUserData |
Optional opaque pointer passed back to filemanager callbacks (e.g.
open, stat, rmdir)