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

## Syntax

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

### Parameters

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

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

채워진 요청 개체입니다.

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

비동기 작업을 위한 XAsyncBlock입니다.

### Return value

Type: HRESULT

이 API 작업의 결과 코드입니다.

## Remarks

이 API는 모든 플랫폼에서 사용할 수 있습니다. 비동기 작업이 완료되면 [PFCatalogSearchItemsGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogsearchitemsgetresultsize)와 [PFCatalogSearchItemsGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogsearchitemsgetresult)를 호출하여 결과를 가져옵니다.

## Requirements

**Header:** PFCatalog.h

## See also

[PFCatalog members](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

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