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

# PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult

> PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult データ モデル。サーバー カスタム ID に関連付けられていない PlayFab アカウントの場合は、ServerCustomId は null になります。

PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult データ モデル。サーバー カスタム ID に関連付けられていない PlayFab アカウントの場合は、ServerCustomId は null になります。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult {  
    PFAccountManagementServerCustomIDPlayFabIDPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult;  
```

### メンバー

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

(オプション) サーバー カスタム プレイヤー識別子から PlayFab 識別子へのマッピングです。

**`dataCount`**   uint32\_t

data の数

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsasync.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresultsize.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsrequest.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsgetresult.md)
