SetParentProcessId Method of the IWorkProcessControl Interface
This method sets the identifier of the parent process for the work process. When the parent process terminates all its work processes will also terminate.
Syntax
Visual Basic .NET
Sub SetParentProcessId(ByVal Id As Integer)
C++
HRESULT SetParentProcessId(
int Id
);
Parameters
- Id
- [in] This parameter contains the identifier of the parent process.
Return values
This method has no specific return values. It returns the standard return values of the ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30