> ## 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 />*nullptr の場合があります*

(オプション) Twitch 識別子から PlayFab 識別子へのマッピングです。

**`dataCount`**   uint32\_t

data の数

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresultsize.md)
