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

# PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResultSize

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

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

## 구문

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

### 매개 변수

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

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

**`bufferSize`**   size\_t\*<br />*출력*

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

### 반환 값

형식: HRESULT

이 API 작업의 결과 코드입니다. If the service call is unsuccessful, the result will be E\_PF\_INVALID\_PSN\_AUTH\_CODE or any of the global PlayFab Service errors. See doc page "Handling PlayFab Errors" for more details on error handling.

## 요구 사항

**헤더:** PFAccountManagement.h

## 참고 항목

[PFAccountManagement 멤버](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresultsize.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresultsize.md)
- [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsgetresultsize.md)
