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

# PFAccountManagementKongregatePlayFabIdPair

> PFAccountManagementKongregatePlayFabIdPair データ モデル。

PFAccountManagementKongregatePlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementKongregatePlayFabIdPair {  
    const char* kongregateId;  
    const char* playFabId;  
} PFAccountManagementKongregatePlayFabIdPair;  
```

### メンバー

**`kongregateId`**   const char\*<br />*null で終端されます*

(オプション) ユーザーの一意な Kongregate 識別子です。

**`playFabId`**   const char\*<br />*null で終端されます*

(オプション) ユーザーの一意な PlayFab 識別子です。Kongregate 識別子にリンクされた PlayFab アカウントが存在しない場合は null になります。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromKongregateIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
- [PFAccountManagementSteamPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsteamplayfabidpair.md)
- [PFAccountManagementTwitchPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementtwitchplayfabidpair.md)
