ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Functions

FineGetVersionInfo Function

This function returns the version of the library in following format: <major>.<minor>.<modification>.<build>. For example, 4.2.1.10.

C Syntax
void FineGetVersionInfo( 
  int* major,
  int* minor,
  int* modification,
  int* build
);

Parameters

major
[out] A major version of the library.
minor
[out] A minor version of the library.
modification
[out] A modification version of the library.
build
[out] A build number of the library.

Return value

This function returns the standard return values of ABBYY Mobile OCR Engine functions.