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

# PFCatalogReportItemAsync

> 为项目提交举报，指明该项目在何种方面不合适。

为项目提交举报，指明该项目在何种方面不合适。

## 语法

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

### 参数

**`entityHandle`**   PFEntityHandle

用于身份验证的 PFEntityHandle。

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

已填充的请求对象。

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

用于异步操作的 XAsyncBlock。

### 返回值

类型：HRESULT

此 API 操作的结果代码。

## 备注

此 API 可在所有平台上使用。调用 XAsyncGetStatus 获取该操作的状态。如果服务调用失败，异步结果将是 E\_PF\_DATABASE\_THROUGHPUT\_EXCEEDED、E\_PF\_ITEM\_NOT\_FOUND 或任何全局 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)
- [PFCatalogReportItemReviewAsync](/zh-CN/services/playfab/api-references/c/pfcatalog/functions/pfcatalogreportitemreviewasync.md)
- [PFCatalogReportItemRequest](/zh-CN/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreportitemrequest.md)
- [PFCatalogReportItemReviewRequest](/zh-CN/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreportitemreviewrequest.md)
- [PFCatalogGetItemAsync](/zh-CN/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemasync.md)
