SetPriorityClass Method of the IHostProcessControl Interface
Sets the priority class of the host process. By default, the priority class is Below Normal.
Syntax
C++
HRESULT SetPriorityClass( int PriorityClass );
C#
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
9/17/2024 3:14:40 PM