SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
○ | ○ | ○ | ○ |
パブリック関数 | |
---|---|
SFCError |
DecrementUsesRemaining( Void )
アプリケーションの使用カウントを 1 つ減らします。
|
AEELicenseType |
GetInfo(
UInt32Ptr info
)
実行中のアプリケーションモジュールのライセンス タイプと、
ライセンス タイプ固有の失効情報を取得します。
|
AEEPriceType |
GetPurchaseInfo(
AEELicenseType* license
, UInt32Ptr expire
, UInt32Ptr seq
)
アプリケーションの購入情報を取得します。
オプションとして、ライセンス タイプと失効情報も取得できます。
|
SFCError |
IncrementUsesRemaining( Void )
アプリケーションの使用カウントを 1 つ増やします。
|
Bool |
IsExpired( Void )
現在のモジュールが失効しているかどうかを判定します。
|
static SFBLicenseSmp |
NewInstance(
SFCErrorPtr exception = null
)
SFBLicense インスタンスを生成します。
|
static SFBLicenseSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
)
SFBLicense インスタンスを生成します。
|
SFCError |
SetUsesRemaining(
UInt32 count
)
アプリケーションの使用カウントを更新します。
|
プロテクト関数 | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使用して生成します。
|
[ 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( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBLicenseSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |