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

# PFAuthenticationValidateEntityTokenGetResult

> 성공적인 PFAuthenticationValidateEntityTokenAsync 호출의 결과를 가져옵니다.

성공적인 PFAuthenticationValidateEntityTokenAsync 호출의 결과를 가져옵니다.

## 구문

```cpp theme={null}
HRESULT PFAuthenticationValidateEntityTokenGetResult(  
    XAsyncBlock* async,  
    size_t bufferSize,  
    void* buffer,  
    PFAuthenticationValidateEntityTokenResponse** result,  
    size_t* bufferUsed  
)  
```

### 매개 변수

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

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

**`bufferSize`**   size\_t

결과 객체를 위한 버퍼의 크기입니다.

**`buffer`**   void\*<br />\**Out\_writes\_bytes\_to*(bufferSize,*bufferUsed)*

결과 값 및 해당 필드에 사용되는 바이트 버퍼입니다.

**`result`**   [PFAuthenticationValidateEntityTokenResponse\*\*](/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse)<br />*library-allocated output*

결과 객체에 대한 포인터입니다.

**`bufferUsed`**   size\_t\*<br />*optional output*

제공된 버퍼에서 사용된 바이트 수입니다.

### 반환 값

형식: HRESULT

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

## 설명

result는 buffer 내부의 포인터이며 별도로 해제할 필요가 없습니다.

## 요구 사항

**헤더:** PFAuthentication.h

## 참고 항목

[PFAuthentication 멤버](/services/playfab/api-references/c/pfauthentication/pfauthentication_members)


## Related topics

- [PFAuthenticationValidateEntityTokenAsync](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokenasync.md)
- [Services C API 개요 - PFAuthentication.h](/ko/services/playfab/api-references/c/pfauthentication/pfauthentication_members.md)
- [PFAuthenticationValidateEntityTokenGetResultSize](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresultsize.md)
- [PFAuthenticationValidateEntityTokenResponse](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [PFAuthenticationValidateEntityTokenRequest](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenrequest.md)
