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

# PFCatalogSearchItemsAsync

> 指定された検索パラメーターを使用してパブリック カタログに対して検索を実行し、ページ分割された結果のセットを返します。SearchItems はカタログのキャッシュを使用します。

指定された検索パラメーターを使用してパブリック カタログに対して検索を実行し、ページ分割された結果のセットを返します。SearchItems はカタログのキャッシュを使用しており、アイテムの更新が反映されるまで最大で数分かかることがあります。最新のアイテム更新をすぐに取得したい場合は、GetItem API を使用する必要があります。Search API に関する詳細情報は、こちらを参照してください: [/services/playfab/economy-monetization/economy-v2/catalog/search](/services/playfab/economy-monetization/economy-v2/catalog/search)

## 構文

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

### パラメーター

**`entityHandle`**   PFEntityHandle

認証に使用する PFEntityHandle。

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

値が設定されたリクエスト オブジェクト。

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

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

この API はすべてのプラットフォームで利用可能です。非同期タスクが完了したら、[PFCatalogSearchItemsGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogsearchitemsgetresultsize) と [PFCatalogSearchItemsGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogsearchitemsgetresult) を呼び出して結果を取得します。

## 要件

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

## 関連項目

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


## Related topics

- [PFCatalogSearchItemsGetResult](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcatalogsearchitemsgetresult.md)
- [Services C API overview - PFCatalog.h](/ja-jp/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogSearchItemsGetResultSize](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcatalogsearchitemsgetresultsize.md)
- [PFCatalogSearchItemsRequest](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogsearchitemsrequest.md)
- [PFCatalogSearchItemsResponse](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogsearchitemsresponse.md)
