> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XStoreRateAndReviewResult

> XStoreRateAndReviewResult

# XStoreRateAndReviewResult

[XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) の呼び出し結果。

## Syntax

```cpp theme={null}
typedef struct XStoreRateAndReviewResult {  
    bool wasUpdated;  
} XStoreRateAndReviewResult  
```

### Members

*wasUpdated*\
型: bool

評価とレビューが変更されたかどうかを示します。

## Remarks

**XStoreRateAndReviewResult** を取得するには、まず [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) を呼び出す必要があります。この構造体は結果関数 [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult) で設定されます。**XStoreRateAndReviewResult** は [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult) の戻りパラメーターです。

## Requirements

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

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

## See also

[XStore](/reference/system/xstore/xstore_members)\
[XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync)\
[XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult)


## Related topics

- [XStoreShowRateAndReviewUIResult](/ja-jp/reference/system/xstore/functions/xstoreshowrateandreviewuiresult.md)
- [XStore](/ja-jp/reference/system/xstore/xstore_members.md)
- [XStoreShowRateAndReviewUIAsync](/ja-jp/reference/system/xstore/functions/xstoreshowrateandreviewuiasync.md)
- [PC およびモバイル ゲーム向けの XBOX 要件テスト ケース](/ja-jp/publishing/certification/pc-policy-tests.md)
- [PFCatalogGetItemReviewsGetResult](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsgetresult.md)
