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

# PFEntityGetAPIEndpointSize

> 엔터티 핸들의 API 엔드포인트 문자열을 저장하는 데 필요한 버퍼의 크기를 가져옵니다.

엔터티 핸들의 API 엔드포인트 문자열을 저장하는 데 필요한 버퍼의 크기를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT PFEntityGetAPIEndpointSize(  
    PFEntityHandle entityHandle,  
    size_t* apiEndpointSize  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

인증 호출에서 반환된 PFEntityHandle입니다.

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

API 엔드포인트 문자열에 필요한 버퍼 크기입니다(null 종결자 포함).

### Return value

Type: HRESULT

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

## Requirements

**Header:** PFEntity.h

## See also

[PFEntity members](/services/playfab/api-references/c/pfentity/pfentity_members)


## Related topics

- [PFEntityGetAPIEndpoint](/ko/services/playfab/api-references/c/pfentity/functions/pfentitygetapiendpoint.md)
- [엔터티 핸들](/ko/services/playfab/sdks/c/entity-handles.md)
- [Services C API 개요 - PFEntity.h](/ko/services/playfab/api-references/c/pfentity/pfentity_members.md)
- [PartyEndpoint::GetEntityId](/ko/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getentityid.md)
- [PartyEndpoint::GetEntityType](/ko/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getentitytype.md)
