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

# PFAccountManagementServerCustomIDPlayFabIDPair

> PFAccountManagementServerCustomIDPlayFabIDPair データ モデル。

PFAccountManagementServerCustomIDPlayFabIDPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementServerCustomIDPlayFabIDPair {  
    const char* playFabId;  
    const char* serverCustomId;  
} PFAccountManagementServerCustomIDPlayFabIDPair;  
```

### メンバー

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

(省略可) 一意の PlayFab 識別子。

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

(省略可) このプレイヤーの一意のサーバー カスタム識別子。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsresult.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsasync.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsrequest.md)
