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

# PFAccountManagementGetPlayFabIDsFromGoogleIDsResult

> PFAccountManagementGetPlayFabIDsFromGoogleIDsResult データ モデル。PlayFab アカウントにリンクされていない Google 識別子については、null が返されます。

PFAccountManagementGetPlayFabIDsFromGoogleIDsResult データ モデル。PlayFab アカウントにリンクされていない Google 識別子については、null が返されます。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromGoogleIDsResult {  
    PFAccountManagementGooglePlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromGoogleIDsResult;  
```

### メンバー

**`data`**   [PFAccountManagementGooglePlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplayfabidpair) const\*<br />*nullptr の場合があります*

(オプション) Google 識別子から PlayFab 識別子へのマッピングです。

**`dataCount`**   uint32\_t

data の数

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsgetresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsgetresultsize.md)
