Nicomsoft OCR: Developer's Guide


Svr_Destroy


Syntax

C++:int Svr_Destroy(HSVR SvrObj)
C#:int Svr_Destroy(int SvrObj)
Visual Basic:Function Svr_Destroy(ByVal SvrObj As Integer) As Integer
Java:int Svr_Destroy(HSVR SvrObj)
Delphi:function Svr_Destroy(SvrObj:HSVR):integer


Description

Releases the Saver object.


Parameters

SvrObj [IN] – the Saver object to destroy.


Return value

Zero if success, otherwise an error code.


Remarks

All objects are automatically released when the Engine_Uninitialize function is called.


Example

None.