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

Los resultados de una llamada a [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync).

## Sintaxis

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

### Miembros

*wasUpdated*\
Tipo: bool

Indica si la clasificación y la reseña han cambiado.

## Comentarios

Para obtener un **XStoreRateAndReviewResult**, primero debe llamar a [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync). La estructura se rellena en su función de resultado [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult). **XStoreRateAndReviewResult** es un parámetro de retorno de [XStoreShowRateAndReviewUIResult](/reference/system/xstore/functions/xstoreshowrateandreviewuiresult).

## Requisitos

**Encabezado:** XStore.h (incluido en XGameRuntime.h)

**Plataformas compatibles:** Windows, consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

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


## Related topics

- [XStoreShowRateAndReviewUIResult](/es/reference/system/xstore/functions/xstoreshowrateandreviewuiresult.md)
- [XStore](/es/reference/system/xstore/xstore_members.md)
- [XStoreShowRateAndReviewUIAsync](/es/reference/system/xstore/functions/xstoreshowrateandreviewuiasync.md)
- [Usar Review and Publish para publicar un juego](/es/publishing/game-publishing/tutorial-xbox-managed/how-to-publish-a-base-game.md)
- [PFCatalogGetItemReviewsGetResult](/es/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsgetresult.md)
