Send comments on this topic
SolFSStorage.GetVersion method
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Returns the version of SolFS engine.
Declaration
[Pascal]
class function GetVersion : LongWord;
[DLL]
long _stdcall StorageGetVersion();
[C++ (DLL/Lib)]
static unsigned long GetVersion();
[C++ (VCL)]
static unsigned long __fastcall GetVersion();
[C++ (.NET)]
static unsigned long GetVersion();
[C#]
static uint GetVersion();
[VB.NET]
Shared Function GetVersion() as UInt32
Return value
The version of the engine as 4 bytes, which contain the version value parts.
[DLL] 0 if the function succeeded or one of Error codes if the function failed.
Description
Use GeVersion to determine SolFS library version.
