ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineLicenseInfo Structure

This structure defines license information.

C Syntax
typedef struct tagCFineLicenseInfo {
  BYTE*        LicenseData; 
  DWORD        DataLength; 
  const WCHAR* ApplicationId; 
} CFineLicenseInfo;

Fields

Name Type Description
ApplicationId WCHAR* Stores a string with application identification.
Important!
The ApplicationId must correspond to the application ID in the license file. If you do not know your application ID, contact your sales manager.
DataLength DWORD Stores the length of the data loaded from the license file.
LicenseData BYTE* Stores a pointer to the memory buffer that contains data loaded from the license file.

Input parameter

This structure is passed as an input parameter to the FineSetLicenseInfo function.