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

# PFCatalogSearchItemsGetResultSize

> SearchItems 호출의 결과를 저장하는 데 필요한 크기(바이트)를 가져옵니다.

SearchItems 호출의 결과를 저장하는 데 필요한 크기(바이트)를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT PFCatalogSearchItemsGetResultSize(  
    XAsyncBlock* async,  
    size_t* bufferSize  
)  
```

### Parameters

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

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

**`bufferSize`**   size\_t\*<br />*출력*

결과에 필요한 버퍼 크기(바이트)입니다.

### Return value

Type: HRESULT

이 API 작업의 결과 코드입니다. 서비스 호출이 실패한 경우, 결과는 E\_PF\_DATABASE\_THROUGHPUT\_EXCEEDED, E\_PF\_ITEM\_NOT\_FOUND, E\_PF\_NOT\_IMPLEMENTED 또는 전역 PlayFab 서비스 오류 중 하나가 됩니다. 오류 처리에 대한 자세한 내용은 문서 페이지 "Handling PlayFab Errors"를 참조하십시오.

## Requirements

**Header:** PFCatalog.h

## See also

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


## Related topics

- [PFCatalogSearchItemsAsync](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcatalogsearchitemsasync.md)
- [Services C API 개요 - PFCatalog.h](/ko/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogSearchItemsGetResult](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcatalogsearchitemsgetresult.md)
- [PFCatalogGetItemGetResultSize](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemgetresultsize.md)
- [PFCatalogGetItemsGetResultSize](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemsgetresultsize.md)
