次の方法で共有


XStoreCollectionData

特定の SKU に対するユーザーの資格が記述されています。

構文

typedef struct XStoreCollectionData {  
    time_t acquiredDate;  
    time_t startDate;  
    time_t endDate;  
    bool isTrial;  
    uint32_t trialTimeRemainingInSeconds;  
    uint32_t quantity;  
    const char* campaignId;  
    const char* developerOfferId;  
} XStoreCollectionData  

メンバー

acquiredDate
型: time_t

資格が取得された日付。

startDate
型: time_t

資格の開始日。

endDate
型: time_t

資格の終了日。

isTrial
型: bool

評価版の資格かどうかを示します。

trialTimeRemainingInSeconds
型: uint32_t

評価版の残り時間。

quantity
型: uint32_t

資格内の項目の数。 消耗品アイテムの場合、これは残量を表します。

campaignId
型: const char*

資格のキャンペーン ID。

developerOfferId
型: const char*

デベロッパー オファー ID。

解説

XStoreCollectionData は、Microsoft Store 製品の Stock Keeping Unit (SKU) に関する追加情報を提供します。 XStoreCollectionData は、多くの種類の製品または製品のコレクションを参照することができます。 そのような場合、SKU に適用できなければすべてのフィールドに値があるわけではないことがあります。 **XStoreCollectionData は、StoreSku 構造体のメンバーです。

要件

ヘッダー: XStore.h (XGameRuntime.h に含まれます)

サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体

関連項目

XStore
XStoreSku