| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure defines license information.
typedef struct tagCFineLicenseInfo {
BYTE* LicenseData;
DWORD DataLength;
const WCHAR* ApplicationId;
} CFineLicenseInfo;
| 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. |
This structure is passed as an input parameter to the FineSetLicenseInfo function.