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

# XStoreShowRateAndReviewUIResult

> XStoreShowRateAndReviewUIResult

# XStoreShowRateAndReviewUIResult

获取对 [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) 调用的结果。

## 语法

```cpp theme={null}
HRESULT XStoreShowRateAndReviewUIResult(  
         XAsyncBlock* async,  
         XStoreRateAndReviewResult* result  
)  
```

### 参数

*async*   \_Inout\_\
类型：[XAsyncBlock\*](/reference/system/xasync/structs/xasyncblock)

传递给 [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) 的 XAsyncBlock。[XAsyncBlock](/reference/system/xasync/structs/xasyncblock) 可用于轮询调用的状态并检索调用结果。有关详细信息，请参阅 [XAsyncBlock](/reference/system/xasync/structs/xasyncblock)。

*result*   \_Out\_\
类型：[XStoreRateAndReviewResult\*](/reference/system/xstore/structs/xstorerateandreviewresult)

成功时，包含对 [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) 调用的结果。

### 返回值

类型：HRESULT

HRESULT 成功或错误代码。

## 备注

此结果函数允许你检索 [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) 的执行结果。因此，应在调用 [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) 之后调用此函数，通常是在回调函数的上下文中。此函数在失败情况下确定为何未显示 UI 时特别有用。

有关使用示例，请参阅 [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync)。

## 要求

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

**库：** xgameruntime.lib

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

## 另请参阅

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