跳轉到主要內容
此方法可根據序號存取授權。

語法

C++

HRESULT Find(
  BSTR       SerialNumber,
  ILicense** Result
);

C#

ILicense Find( string SerialNumber );

Visual Basic .NET

Function Find(SerialNumber As String) As ILicense

參數

SerialNumber [in] 此參數指定授權的序號。 Result [out, retval] 指向 ILicense* 指標變數的指標,該變數會接收 授權 物件的介面指標。若沒有具有指定序號的授權,此方法會傳回 NULL。

回傳值

這個方法沒有特定的回傳值。它會回傳 ABBYY FineReader Engine 函式的標準回傳值

另請參閱

Licenses