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

# PFAccountManagementClientGetPlayFabIDsFromGoogleIDsAsync

> 주어진 Google 식별자 집합에 대한 고유 PlayFab 식별자를 검색합니다. Google 식별자는 사용자 계정의 ID이며 'id'로 제공됩니다.

주어진 Google 식별자 집합에 대한 고유 PlayFab 식별자를 검색합니다. Google 식별자는 사용자 계정의 ID로, Google+ People API 호출에서 'id'로 제공됩니다.

## 구문

```cpp theme={null}
HRESULT PFAccountManagementClientGetPlayFabIDsFromGoogleIDsAsync(  
    PFEntityHandle entityHandle,  
    const PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest* request,  
    XAsyncBlock* async  
)  
```

### 매개 변수

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

**`request`**   [PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsrequest)

채워진 요청 개체입니다.

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

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

### 반환 값

형식: HRESULT

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

## 설명

This API is available on Win32, Linux, Android, and macOS. 비동기 작업이 완료되면 [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsgetresultsize) 및 [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsgetresult)를 호출하여 결과를 가져옵니다.

## 요구 사항

**헤더:** PFAccountManagement.h

## 참고 항목

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