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

# PFCatalogGetEntityDraftItemsAsync

> 엔터티가 만든 초안 카탈로그에서 페이지가 매겨진 항목 목록을 검색합니다. 한 번에 최대 50개의 항목을 반환할 수 있습니다. 연속 토큰을 사용할 수 있습니다.

엔터티가 만든 초안 카탈로그에서 페이지가 매겨진 항목 목록을 검색합니다. 한 번에 최대 50개의 항목을 반환할 수 있습니다. 연속 토큰을 사용하여 제한을 초과해 반환되는 결과를 페이지로 처리할 수 있습니다. GetEntityDraftItems는 카탈로그 캐시에서 작동하지 않으며 최근 항목 업데이트를 가져오려고 할 때 사용해야 합니다.

## 구문

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

### 매개 변수

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

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

채워진 요청 개체입니다.

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

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

### 반환 값

형식: HRESULT

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

## 설명

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

## 요구 사항

**헤더:** PFCatalog.h

## 참고 항목

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


## Related topics

- [PFCatalogGetEntityDraftItemsGetResult](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsgetresult.md)
- [Services C API 개요 - PFCatalog.h](/ko/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogGetDraftItemAsync](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemasync.md)
- [PFCatalogGetDraftItemsAsync](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemsasync.md)
- [PFCatalogGetEntityDraftItemsGetResultSize](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsgetresultsize.md)
