跳转到主要内容
此方法以 StandardDictionaryDescription 对象的形式返回字典描述。如果该字典描述不是标准字典描述,则返回 NULL。

语法

C++

HRESULT GetAsStandardDictionaryDescription( IStandardDictionaryDescription** Result );

C#

IStandardDictionaryDescription GetAsStandardDictionaryDescription();

Visual Basic .NET

Function GetAsStandardDictionaryDescription() As IStandardDictionaryDescription

参数

Result [out, retval] 指向 IStandardDictionaryDescription* 指针变量的指针,用于接收返回的 StandardDictionaryDescription 对象的接口指针。

返回值

此方法没有特定的返回值。它返回 ABBYY FineReader Engine 函数的标准返回代码

另请参见

DictionaryDescription StandardDictionaryDescription