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

# PFCatalogGetDraftItemsAsync

> 초안 카탈로그에서 페이지가 매겨진 항목 목록을 검색합니다. 단일 요청으로 최대 50개의 ID를 검색할 수 있습니다. GetDraftItems는 캐시에서 작동하지 않습니다.

초안 카탈로그에서 페이지가 매겨진 항목 목록을 검색합니다. 단일 요청으로 최대 50개의 ID를 검색할 수 있습니다. GetDraftItems는 카탈로그 캐시에서 작동하지 않으며 최근 항목 업데이트를 가져오려고 할 때 사용해야 합니다.

## 구문

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

### 매개 변수

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

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

채워진 요청 개체입니다.

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

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

### 반환 값

형식: HRESULT

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

## 설명

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

## 요구 사항

**헤더:** PFCatalog.h

## 참고 항목

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


## Related topics

- [PFCatalogGetDraftItemsGetResult](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemsgetresult.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)
- [PFCatalogGetEntityDraftItemsAsync](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsasync.md)
- [PFCatalogUpdateDraftItemAsync](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcatalogupdatedraftitemasync.md)
