メインコンテンツへスキップ
このプロパティでは、処理済みページ数に関するライセンス上限が更新される日付を取得できます。

構文

C++

HRESULT VolumeRefreshingDate(
  LicenseCounterTypeEnum    CounterType,
  int*                          Year,
  int*                          Month,
  int*                          Day
);

C#

void VolumeRefreshingDate(
  LicenseCounterTypeEnum    CounterType,
  out int                         Year,
  out int                         Month,
  out int                         Day
);

Visual Basic .NET

Sub VolumeRefreshingDate( _
  CounterType As LicenseCounterTypeEnum, _
  ByRef Year As Integer, _
  ByRef Month As Integer, _
  ByRef Day As Integer _
)

パラメーター

CounterType [in] この変数は、ABBYY FineReader Engine のライセンスで操作回数を制限する際に使用される単位の種類を指定します。使用可能な種類は、LicenseCounterTypeEnum の LCT_Pages のみです。このパラメーターに LCT_Pages 以外の値が設定されている場合は、エラーが返されます。ライセンスが処理文字数を制限しているにもかかわらず LCT_Pages を指定した場合、このメソッドは日、月、年に対して 0 を返します。 Year [out] 更新年を受け取る int 変数へのポインターです。 Month [out] 更新月を受け取る int 変数へのポインターです。 Day [out] 更新日を受け取る int 変数へのポインターです。

戻り値

この関数固有の戻り値はありません。返されるのは、ABBYY FineReader Engine 関数の標準的な戻り値です。

関連項目

License Properties の操作