This method is implemented in FRE for Windows.
Sets the ID of the client process which uses FineReader Engine. The host process can control whether its client process is alive, and if it is not, can terminate.
Syntax
C++
HRESULT SetClientProcessId( int Id );
void SetClientProcessId( int Id );
Visual Basic .NET
Sub SetClientProcessId(Id As Integer)
Parameters
Id
[in] This parameter contains the identifier of the client process.
Return values
This method has no specific return values. It returns the standard return values of the ABBYY FineReader Engine functions.
See also
IHostProcessControl
OutprocLoader
Different Ways to Load the Engine Object