GetAsExternalDictionaryDescription Method of the DictionaryDescription Object
This method returns the dictionary description as the ExternalDictionaryDescription object. If the dictionary description is not an external dictionary description, NULL is returned.
Syntax
C++
HRESULT GetAsExternalDictionaryDescription( IExternalDictionaryDescription** Result );
C#
IExternalDictionaryDescription GetAsExternalDictionaryDescription();
Visual Basic .NET
Function GetAsExternalDictionaryDescription() As IExternalDictionaryDescription
Parameters
- Result
- [out, retval] A pointer to IExternalDictionaryDescription* pointer variable that receives the interface pointer to the returned ExternalDictionaryDescription object.
Return values
This method has no specific return values. It returns the standard return codes of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:40