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

# PFCatalogGetEntityDraftItemsGetResultSize

> GetEntityDraftItems 呼び出しの結果を格納するために必要なサイズ (バイト単位) を取得します。

GetEntityDraftItems 呼び出しの結果を格納するために必要なサイズ (バイト単位) を取得します。

## 構文

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

### パラメーター

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

非同期操作用の XAsyncBlock。

**`bufferSize`**   size\_t\*<br />*output*

結果に必要なバッファー サイズ (バイト単位)。

### 戻り値

型: HRESULT

この API 操作の結果コード。サービス呼び出しが失敗した場合、結果は E\_PF\_DATABASE\_THROUGHPUT\_EXCEEDED、E\_PF\_ITEM\_NOT\_FOUND、またはグローバル PlayFab サービス エラーのいずれかになります。エラー処理の詳細については、ドキュメント ページ「Handling PlayFab Errors」を参照してください。

## 要件

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

## 関連項目

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


## Related topics

- [PFCatalogGetEntityDraftItemsAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsasync.md)
- [Services C API overview - PFCatalog.h](/ja-jp/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogGetEntityDraftItemsGetResult](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsgetresult.md)
- [PFCatalogGetDraftItemGetResultSize](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemgetresultsize.md)
- [PFCatalogGetDraftItemsGetResultSize](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemsgetresultsize.md)
