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

# PFEntityGetEntityTokenResultSize

> PFEntityGetEntityTokenAsync 호출의 결과를 저장하는 데 필요한 크기(바이트)를 가져옵니다.

PFEntityGetEntityTokenAsync 호출의 결과를 저장하는 데 필요한 크기(바이트)를 가져옵니다.

## Syntax

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

### Parameters

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

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

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

결과에 필요한 버퍼 크기(바이트)입니다.

### Return value

Type: HRESULT

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

## Requirements

**Header:** PFEntity.h

## See also

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


## Related topics

- [Services C API 개요 - PFEntity.h](/ko/services/playfab/api-references/c/pfentity/pfentity_members.md)
- [엔터티 핸들](/ko/services/playfab/sdks/c/entity-handles.md)
- [PFEntityGetEntityTokenResult](/ko/services/playfab/api-references/c/pfentity/functions/pfentitygetentitytokenresult.md)
- [PFAuthenticationValidateEntityTokenGetResultSize](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresultsize.md)
- [PFAuthenticationValidateEntityTokenGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresult.md)
