> ## 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 数据模型。对于未与服务器自定义身份关联的 PlayFab 账号。

PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult 数据模型。对于未与服务器自定义身份关联的 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 />*may be nullptr*

（可选）服务器自定义玩家标识符到 PlayFab 标识符的映射。

**`dataCount`**   uint32\_t

data 的计数

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsasync.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResultSize](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresultsize.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsrequest.md)
