> ## 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 />*is null-terminated*

（可选）用户的唯一 Kongregate 标识符。

**`playFabId`**   const char\*<br />*is null-terminated*

（可选）用户的唯一 PlayFab 标识符；如果没有 PlayFab 账号链接到该 Kongregate 标识符，则为 null。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementGetPlayFabIDsFromKongregateIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsresult.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
- [PFAccountManagementPSNOnlinePlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnonlineplayfabidpair.md)
- [PFAccountManagementSteamPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsteamplayfabidpair.md)
