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

# PFCatalogReportItemReviewAsync

> 为评价提交举报

为评价提交举报

## 语法

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

### 参数

**`entityHandle`**   PFEntityHandle

用于身份验证的 PFEntityHandle。

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

已填充的请求对象。

**`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)
