SolFSStorage.OpenReadOnly method
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Opens storage object in ReadOnly mode.
Declaration
[Pascal]
not applicable;
[DLL]
long _stdcall StorageOpenReadOnly(const wchar_t* FileName, unsigned long* Storage,
wchar_t PathSeparator, char UseTransactions, char UseAccessTime);
[C++ (DLL/Lib)]
not applicable;
[C++ (VCL)]
not applicable;
[C++ (.NET)]
not applicable;
[C#]
not applicable;
[VB.NET]
not applicable;
Parameters
[DLL] Return values
0 if the function succeeded or one of Error codes if the function failed.
Description
Use this method to open SolFSStorage in read-only mode. Read-only mode is faster especially with large files.
