XStoreRateAndReviewResult
XStoreShowRateAndReviewUIAsync の呼び出しの結果。
構文
typedef struct XStoreRateAndReviewResult {
bool wasUpdated;
} XStoreRateAndReviewResult
メンバー
wasUpdated
型: bool
レーティングとレビューが変更されたかどうかを示します。
解説
XStoreRateAndReviewResult を取得するには、まず、XStoreShowRateAndReviewUIAsync を呼び出す必要があります。 この構造体は、その結果関数 XStoreShowRateAndReviewUIResult に格納されます。 XStoreRateAndReviewResult は、XStoreShowRateAndReviewUIResult の戻りパラメーターです。
要件
ヘッダー: XStore.h (XGameRuntime.h に含まれます)
サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体
関連項目
XStore
XStoreShowRateAndReviewUIAsync
XStoreShowRateAndReviewUIResult