Nicomsoft OCR: Developer's Guide


Engine_GetVersion


Syntax

C++:int Engine_GetVersion(UNICODECHAR* VerStr)
C#:int Engine_GetVersion(out string VerStr)
Visual Basic:Function Engine_GetVersion(ByRef VerStr As String) As Integer
Java:int Engine_GetVersion(StringBuffer VerStr)
Delphi:function Engine_GetVersion(VerStr:PWCHAR):integer


Description

Returns the NSOCR engine version as a string.


Parameters

VerStr [OUT] – the buffer that will get the Unicode, null-terminated string containing the NSOCR version. The buffer size must be at least 100 Unicode characters.


Return value

This function always returns zero.


Remarks

None.


Example

None.