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

# PFAccountManagementGetPlayFabIDsFromKongregateIDsResult

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

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

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromKongregateIDsResult {  
    PFAccountManagementKongregatePlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromKongregateIDsResult;  
```

### メンバー

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

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

**`dataCount`**   uint32\_t

data の数

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsgetresultsize.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsrequest.md)
- [PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfrompsnaccountidsresult.md)
