SetClientProcessId Method of the IHostProcessControl Interface
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 );
C#
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
17.09.2024 15:14:41