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

# PFServiceConfigGetAPIEndpointSize

> サービス構成の API エンドポイントを保持するために必要なバッファーのサイズを取得します。

サービス構成の API エンドポイントを保持するために必要なバッファーのサイズを取得します。

## 構文

```cpp theme={null}
HRESULT PFServiceConfigGetAPIEndpointSize(  
    PFServiceConfigHandle handle,  
    size_t* apiEndpointSize  
)  
```

### パラメーター

**`handle`**   PFServiceConfigHandle

ServiceConfig ハンドル。

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

API エンドポイント文字列に必要なバッファー サイズ (null 終端文字を含む)。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 要件

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

## 関連項目

[PFServiceConfig のメンバー](/services/playfab/api-references/c/pfserviceconfig/pfserviceconfig_members)


## Related topics

- [PFServiceConfigGetAPIEndpoint](/ja-jp/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfiggetapiendpoint.md)
- [Services C API 概要 - PFServiceConfig.h](/ja-jp/services/playfab/api-references/c/pfserviceconfig/pfserviceconfig_members.md)
- [SDK ライフサイクル](/ja-jp/services/playfab/sdks/c/lifecycle.md)
- [PFServiceConfigGetTitleIdSize](/ja-jp/services/playfab/api-references/c/pfserviceconfig/functions/pfserviceconfiggettitleidsize.md)
- [PFEntityGetAPIEndpointSize](/ja-jp/services/playfab/api-references/c/pfentity/functions/pfentitygetapiendpointsize.md)
