SolFSStorage.SetRegistrationKey method
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
STANDARD EDITION
Sets the registration key that turns evaluation version of SolFS library into registered one.
Declaration
[Pascal]
class procedure SetRegistrationKey(Key : string);
[DLL]
long _stdcall StorageSetRegistrationKey(char* Key);
[C++ (DLL/Lib)]
static void SetRegistrationKey(char* Key);
[C++ (VCL)]
static void __fastcall SetRegistrationKey(char* Key);
[C++ (.NET)]
static void SetRegistrationKey(String* Key);
[C#]
static void SetRegistrationKey(String Key);
[VB.NET]
Shared Sub SetRegistrationKey(ByVal Key As String)
Parameters
- Key - Registration key that you have received from EldoS Corporation
[DLL] Return values
0 if the function succeeded or one of Error codes if the function failed.
Description
Call SetRegistrationKey before using SolFS functions. If you don't call SetRegistrationKey in Standard edition, SolFS will work in evaluation mode. SolFS Driver Edition doesn't work without the license key (either registered or evaluation) at all.
You can request the evaluation key via Key Request Form.
