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

# PFAccountManagementGameCenterPlayFabIdPair

> PFAccountManagementGameCenterPlayFabIdPair 数据模型。

PFAccountManagementGameCenterPlayFabIdPair 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementGameCenterPlayFabIdPair {  
    const char* gameCenterId;  
    const char* playFabId;  
} PFAccountManagementGameCenterPlayFabIdPair;  
```

### 成员

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

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

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

（可选）用户的唯一 PlayFab 标识符；如果没有 PlayFab 账户关联到该 Game Center 标识符，则为 null。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromGameCenterIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgamecenteridsresult.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGooglePlayGamesPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplaygamesplayfabidpair.md)
- [PFAccountManagementFacebookInstantGamesPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementfacebookinstantgamesplayfabidpair.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
