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

> Modelo de datos de PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest.

Modelo de datos de PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest.

## Sintaxis

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

### Miembros

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

Matriz de identificadores únicos de Twitch (el \_id de Twitch) para los que el título necesita obtener identificadores de PlayFab. La matriz no puede superar una longitud de 2000.

**`twitchIdsCount`**   uint32\_t

Recuento de twitchIds

## Requisitos

**Encabezado:** PFAccountManagementTypes.h

## Consulte también

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


## Related topics

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