Find Method of the PredefinedLanguages Object
This method finds a predefined language in the collection by the internal name of the language.
Syntax
HRESULT Find( BSTR InternalName, IPredefinedLanguage** Result );
Parameters
- InternalName
- [in] This variable specifies the internal name of the predefined language. See the List of ABBYY FineReader Engine predefined languages.
- Result
- [out, retval] A pointer to IPredefinedLanguage* pointer variable that receives the interface pointer of the PredefinedLanguage object with the specified internal name. The method returns null, if there is no language with the specified name.
Return values
The method returns the standard return values of ABBYY FineReader Engine functions.
Remarks
Availability of this or that predefined language depends on the availability of the corresponding module in the set of distributed components of ABBYY FineReader Engine. See ABBYY FineReader Engine 12 Modules for details.
See also
03.07.2024 8:50:25