EldoS
 Table of Contents >  SolFSStorage.GetVersion method
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStorage.GetVersion method

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStorage     See also    

Overview

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.

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation