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

# PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResult

> 성공한 PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync 호출의 결과를 가져옵니다.

성공한 PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync 호출의 결과를 가져옵니다.

## 구문

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

### 매개 변수

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

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

**`bufferSize`**   size\_t

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

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

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

**`result`**   [PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult\*\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfrompsnaccountidsresult)<br />*라이브러리 할당 출력*

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

**`bufferUsed`**   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.

## 설명

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

## 요구 사항

**헤더:** PFAccountManagement.h

## 참고 항목

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsgetresultsize.md)
- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsgetresult.md)
