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

# PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest

> PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest 数据模型。

PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest {  
    const char* const* kongregateIDs;  
    uint32_t kongregateIDsCount;  
} PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest;  
```

### 成员

**`kongregateIDs`**   const char\* const\*

标题需要获取其 PlayFab 标识符的唯一 Kongregate 标识符（Kongregate 的 user\_id）数组。该数组长度不能超过 2,000。

**`kongregateIDsCount`**   uint32\_t

kongregateIDs 的计数

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsGetResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsGetResultSize](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsgetresultsize.md)
