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

# PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest

> PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest 数据模型。

PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest {  
    const char* const* playFabIDs;  
    uint32_t playFabIDsCount;  
} PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest;  
```

### 成员

**`playFabIDs`**   const char\* const\*

标题需要获取其服务器自定义标识符的唯一 PlayFab 玩家标识符数组。不能包含超过 25 个标识符。

**`playFabIDsCount`**   uint32\_t

playFabIDs 的计数

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

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