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

# PFProfilesGetProfileGetResultSize

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

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

## 구문

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

### 매개 변수

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

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

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

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

### 반환 값

Type: HRESULT

이 API 작업의 결과 코드입니다. 서비스 호출이 실패한 경우, 결과는 전역 PlayFab 서비스 오류 중 하나가 됩니다. 오류 처리에 대한 자세한 내용은 "Handling PlayFab Errors" 문서 페이지를 참조하세요.

## 요구 사항

**헤더:** PFProfiles.h

## 참고 항목

[PFProfiles 멤버](/services/playfab/api-references/c/pfprofiles/pfprofiles_members)


## Related topics

- [PFProfilesGetProfileAsync](/ko/services/playfab/api-references/c/pfprofiles/functions/pfprofilesgetprofileasync.md)
- [Services C API 개요 - PFProfiles.h](/ko/services/playfab/api-references/c/pfprofiles/pfprofiles_members.md)
- [PFProfilesGetProfilesGetResultSize](/ko/services/playfab/api-references/c/pfprofiles/functions/pfprofilesgetprofilesgetresultsize.md)
- [PFProfilesGetProfileGetResult](/ko/services/playfab/api-references/c/pfprofiles/functions/pfprofilesgetprofilegetresult.md)
- [PFProfilesGetProfilesGetResult](/ko/services/playfab/api-references/c/pfprofiles/functions/pfprofilesgetprofilesgetresult.md)
