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

> Modelo de datos de PFAccountManagementGetPlayFabIDsFromTwitchIDsResult. Para los identificadores de Twitch que no se han vinculado a cuentas de PlayFab, se devolverá null.

Modelo de datos de PFAccountManagementGetPlayFabIDsFromTwitchIDsResult. Para los identificadores de Twitch que no se han vinculado a cuentas de PlayFab, se devolverá null.

## Sintaxis

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

### Miembros

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

(Opcional) Asignación de identificadores de Twitch a identificadores de PlayFab.

**`dataCount`**   uint32\_t

Recuento de data

## Requisitos

**Encabezado:** PFAccountManagementTypes.h

## Consulte también

[Miembros de PFAccountManagementTypes](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResult](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsGetResult](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsgetresult.md)
- [Información general de la API de C de Services - PFAccountManagementTypes.h](/es/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
