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

# PFCatalogSubmitItemReviewVoteAsync

> 为评价提交投票，指明该评价是否有帮助。

为评价提交投票，指明该评价是否有帮助。

## 语法

```cpp theme={null}
HRESULT PFCatalogSubmitItemReviewVoteAsync(  
    PFEntityHandle entityHandle,  
    const PFCatalogSubmitItemReviewVoteRequest* request,  
    XAsyncBlock* async  
)  
```

### 参数

**`entityHandle`**   PFEntityHandle

用于身份验证的 PFEntityHandle。

**`request`**   [PFCatalogSubmitItemReviewVoteRequest\*](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogsubmititemreviewvoterequest)

已填充的请求对象。

**`async`**   XAsyncBlock\*<br />*Inout*

用于异步操作的 XAsyncBlock。

### 返回值

类型：HRESULT

此 API 操作的结果代码。

## 备注

此 API 可在所有平台上使用。调用 XAsyncGetStatus 获取该操作的状态。如果服务调用失败，异步结果将是 E\_PF\_DATABASE\_THROUGHPUT\_EXCEEDED 或任何全局 PlayFab 服务错误。有关错误处理的更多详细信息，请参阅文档页"处理 PlayFab 错误"。

## 要求

**头文件：** PFCatalog.h

## 另请参阅

[PFCatalog 成员](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

- [服务 C API 概览 - PFCatalog.h](/zh-CN/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogSubmitItemReviewVoteRequest](/zh-CN/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogsubmititemreviewvoterequest.md)
- [PFCatalogReviewItemAsync](/zh-CN/services/playfab/api-references/c/pfcatalog/functions/pfcatalogreviewitemasync.md)
- [PFCatalogGetItemReviewsAsync](/zh-CN/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsasync.md)
- [PFCatalogReportItemReviewAsync](/zh-CN/services/playfab/api-references/c/pfcatalog/functions/pfcatalogreportitemreviewasync.md)
