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. |
| [in] productKey |
the Product Key. |
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;