28 class FL_EXPORT CLibraryUtilities :
public CFLBase
CFLBase()
Default constructor.
Template type string class.
Definition FLString.h:34
static const CResult IsLatestVersion()
Checks whether the current library is the latest version. Available when connected to the Internet.
static void Initialize()
You must call this function once before using any features of the FLImaging(R) library.
static const CResult GetLatestVersion(CFLString< wchar_t > &strResultLatestVersion)
Get the version value of the latest version. Available when connected to the Internet.
static CFLString< wchar_t > GetVersion()
Get the version of the library.
static uint64_t GetVersionInteger()
Get the version of the library as an integer.
virtual ~CLibraryUtilities()
Destructor.
static EPlatformType GetLibraryPlatform()
Gets the library platform.
FLImaging module execution result object.
Definition ResultsDef.h:1631
Definition AESCryptography.h:18
EPlatformType
Platform Type.
Definition DefinitionsBase.h:2882