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

# PFAccountManagementGetPlayFabIDsFromTwitchIDsResult

> PFAccountManagementGetPlayFabIDsFromTwitchIDsResult 数据模型。对于尚未链接到 PlayFab 账号的 Twitch 标识符，将返回 null。

PFAccountManagementGetPlayFabIDsFromTwitchIDsResult 数据模型。对于尚未链接到 PlayFab 账号的 Twitch 标识符，将返回 null。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromTwitchIDsResult {  
    PFAccountManagementTwitchPlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromTwitchIDsResult;  
```

### 成员

**`data`**   [PFAccountManagementTwitchPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementtwitchplayfabidpair) const\*<br />*may be nullptr*

（可选）Twitch 标识符到 PlayFab 标识符的映射。

**`dataCount`**   uint32\_t

data 的计数

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

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