FSDK_ActivateLibrary Function
Activates the FaceSDK library.
C++ Syntax:
int FSDK_ActivateLibrary(char* LicenseKey);
Delphi Syntax:
function FSDK_ActivateLibrary(LicenseKey: PChar): integer;
C# Syntax:
int FSDK.ActivateLibrary(out string LicenseKey);
VB Syntax:
Function FSDKVB_ActivateLibrary(ByVal LicenseKey As String) As
Long
Java and Android Syntax:
int FSDK.ActivateLibrary(String LicenseKey);
Parameters:
LicenseKey– License key you received from Luxand, Inc.
Return Value:
Returns FSDKE_OK if the registration key is valid and not expired.