Griaule Biometrics

Home » InstallLicense

InstallLicense

Installs a license based on the product key.

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.

Parameters

[in] productKey

the Product Key.

See also

Declaration

C++ .NET

int InstallLicense (string productKey)

C#

int InstallLicense (string productKey)

VB6

Function InstallLicense (ByVal productKey As String)

VB .NET

Function InstallLicense (ByVal productKey As String)

Delphi

function InstallLicense(const productKey: WideString): integer;