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

# PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest

> PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest 数据模型。

PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest {  
    const char* const* twitchIds;  
    uint32_t twitchIdsCount;  
} PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest;  
```

### 成员

**`twitchIds`**   const char\* const\*

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

**`twitchIdsCount`**   uint32\_t

twitchIds 的计数

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromTwitchIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromtwitchidsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresult.md)
