This method is implemented in FRE for Windows.
Sets the priority class of the host process. By default, the priority class is Below Normal.
Syntax
C++
HRESULT SetPriorityClass( int PriorityClass );
void SetPriorityClass( int PriorityClass );
Visual Basic .NET
Sub SetPriorityClass(PriorityClass As Integer)
Parameters
PriorityClass
[in] This parameter specifies the priority class for the host process. This parameter can have the same values as this parameter in the SetPriorityClass Function in the Windows API.
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