> ## 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 サービス エラーのいずれかになります。エラー処理の詳細については、ドキュメント ページ「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)
- [PFCatalogReportItemReviewAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcatalogreportitemreviewasync.md)
- [PFCatalogReportItemRequest](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreportitemrequest.md)
- [PFCatalogReportItemReviewRequest](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreportitemreviewrequest.md)
- [PFCatalogDeleteItemAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcatalogdeleteitemasync.md)
