XStoreCanLicenseStatus
ユーザーがパッケージのライセンスを取得できるかどうかを示します。
構文
enum class XStoreCanLicenseStatus : uint32_t
{
NotLicensableToUser = 0,
Licensable = 1,
LicenseActionNotApplicableToProduct = 2,
}
定数
定数 | 説明 |
---|---|
NotLicensableToUser | ユーザーはパッケージのライセンスを取得できません。 |
Licensable | ユーザーはパッケージのライセンスを取得できます。 |
LicenseActionNotApplicableToProduct | この製品は、個別にライセンスを取得することはできません。 |
解説
この列挙型は、XStoreCanAcquireLicenseForStoreIdAsync または XStoreCanAcquireLicenseForPackageAsync の呼び出しの結果として、パッケージをライセンスできるかどうかを示します。 ライセンス可能な状態は、各戻り関数の結果として判明します。 XStoreCanLicenseStatus は、XStoreCanAcquireLicenseResult 構造体のメンバーです。
要件
ヘッダー: XStore.h (XGameRuntime.h に含まれます)
サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体
関連項目
XStore
XStoreCanAcquireLicenseResult
XStoreCanAcquireLicenseForPackageAsync
XStoreCanAcquireLicenseForStoreIdAsync