> ## 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 サービス エラーのいずれかになります。エラー処理の詳細については、ドキュメント ページ「Handling PlayFab Errors」を参照してください。

## 要件

**ヘッダー:** PFCatalog.h

## 関連項目

[PFCatalog のメンバー](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

- [Services C API overview - PFCatalog.h](/ja-jp/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogReportItemReviewRequest](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreportitemreviewrequest.md)
- [PFCatalogReviewItemAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcatalogreviewitemasync.md)
- [PFCatalogReportItemAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcatalogreportitemasync.md)
- [PFCatalogGetItemReviewsAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemreviewsasync.md)
