> ## 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

The results for a call to [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync).

## Syntax

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

### Members

*wasUpdated*\
Type: bool

Indicates whether the rating and review has changed.

## Remarks

To obtain an **XStoreRateAndReviewResult** you must first call [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync). The struct is populated in its result function [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult). **XStoreRateAndReviewResult** is a return parameter for [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult).

## Requirements

**Header:** XStore.h (included in XGameRuntime.h)

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

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


## Related topics

- [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult.md)
- [XStore](/reference/system/xstore/xstore_members.md)
- [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync.md)
- [Price adjustment preference](/publishing/game-publishing/concepts/availability/managed-creators/price-adjustment-preference.md)
- [PFCatalogGetItemReviewsGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsgetresultsize.md)
