![]() ![]() ![]()
|
BREW C++ ライブラリ & GUI フレームワーク : SophiaFramework 3.0 |
| パブリック関数 | |
|---|---|
| SFCError |
DecrementUsesRemaining( Void )
アプリケーションの使用カウントを1つ減らします。
|
| AEELicenseType |
GetInfo(
UInt32Ptr info
)
現在実行されているアプリケーションモジュールのライセンスのタイプを返します。
また、ライセンスタイプに固有の失効情報も提供します。
|
| AEEPriceType |
GetPurchaseInfo(
AEELicenseType* license
, UInt32Ptr expire
, UInt32Ptr seq
)
アプリケーションの購入情報を返します。
オプションとして、ライセンスタイプと失効情報も提供します。
|
| SFCError |
IncrementUsesRemaining( Void )
アプリケーションの使用カウントを1つ増やします。
|
| Bool |
IsExpired( Void )
現在のモジュールが失効している場合にtrueを返します。
|
| static SFBLicenseSmp |
NewInstance( Void )
SFBLicense インターフェイスのインスタンスを取得します。
|
| SFCError |
SetUsesRemaining(
UInt32 count
)
アプリケーションの使用カウントを更新します。
|
[ public ] SFCError DecrementUsesRemaining(Void);
[ public ] AEELicenseType GetInfo( UInt32Ptr info // 返された AEELicenseType に固有の失効情報。 );
[ public ] AEEPriceType GetPurchaseInfo( AEELicenseType* license // ライセンスタイプへのポインタ。 UInt32Ptr expire // 失効値へのポインタ。 UInt32Ptr seq // ダウンロードバージョンのシーケンス番号へのポインタ。 );
[ public ] SFCError IncrementUsesRemaining(Void);
[ public ] Bool IsExpired(Void);
[ public, static ] SFBLicenseSmp NewInstance(Void);
|
Copyright (C) 2002 - 2009 Sophia Cradle, Inc. All Rights Reserved. |
![]() ![]() ![]()
|