> ## 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](/ko/reference/system/xstore/functions/xstoreshowrateandreviewuiresult.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [XStoreShowRateAndReviewUIAsync](/ko/reference/system/xstore/functions/xstoreshowrateandreviewuiasync.md)
- [Microsoft Store API용 Fine Grained Rate Limiting](/ko/publishing/xstore-commerce/xstore-fgrl.md)
- [PC 및 모바일 게임용 XBOX Requirement 테스트 케이스](/ko/publishing/certification/pc-policy-tests.md)
