> ## 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) 调用的结果。

## 语法

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

### 成员

*wasUpdated*\
类型：bool

指示评级和评论是否已更改。

## 备注

要获取 **XStoreRateAndReviewResult**，必须首先调用 [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync)。该结构在其结果函数 [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult) 中填充。**XStoreRateAndReviewResult** 是 [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult) 的返回参数。

## 要求

**头文件：** XStore.h（包含在 XGameRuntime.h 中）

**支持的平台：** Windows、XBOX One 系列主机和 XBOX Series 主机

## 另请参阅

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


## Related topics

- [XStoreShowRateAndReviewUIResult](/zh-CN/reference/system/xstore/functions/xstoreshowrateandreviewuiresult.md)
- [XStore](/zh-CN/reference/system/xstore/xstore_members.md)
- [XStoreShowRateAndReviewUIAsync](/zh-CN/reference/system/xstore/functions/xstoreshowrateandreviewuiasync.md)
- [PFCatalogGetItemReviewsGetResult](/zh-CN/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsgetresult.md)
- [PFCatalogGetEntityItemReviewGetResult](/zh-CN/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentityitemreviewgetresult.md)
