Sets the directory in which Fingerprint SDK must search for its runtime license file.
This is an optional function. Please, read "Licensing Fingerprint SDK Based Deployed Applications" section
to know how Fingerprint SDK searchs for the license file.
| Prerequisites | This method must be called before the initialization of the library. |
| Return | On success, GR_OK is returned.On failure, the appropriate error code is returned. |
| [in] licenseFolder |
the directory where the Fingerprint SDK runtime license file is located. |
C++ .NET
int SetLicenseFolder (string licenseFolder)
C#
int SetLicenseFolder (string licenseFolder)
VB6
Function SetLicenseFolder (ByVal licenseFolder As String)
VB .NET
Function SetLicenseFolder (ByVal licenseFolder As String)
Delphi
function SetLicenseFolder(const licenseFolder: WideString): integer;