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

# PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult

> Modelo de datos de PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult. Para los identificadores de PlayStation :tm: Network que no se han vinculado a cuentas de PlayFab.

Modelo de datos de PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult. Para los identificadores de PlayStation :tm: Network que no se han vinculado a cuentas de PlayFab, se devolverá null.

## Sintaxis

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult {  
    PFAccountManagementPSNAccountPlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult;  
```

### Miembros

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

(Opcional) Asignación de identificadores de PlayStation :tm: Network 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

- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResult](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsgetresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsGetResult](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsgetresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsResult](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsresult.md)
