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

# PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResultSize

> Obtiene el tamaño en bytes necesario para almacenar el resultado de una llamada a ClientGetPlayFabIDsFromPSNAccountIDs.

Obtiene el tamaño en bytes necesario para almacenar el resultado de una llamada a ClientGetPlayFabIDsFromPSNAccountIDs.

## Sintaxis

```cpp theme={null}
HRESULT PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResultSize(  
    XAsyncBlock* async,  
    size_t* bufferSize  
)  
```

### Parámetros

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock para la operación asincrónica.

**`bufferSize`**   size\_t\*<br />*output*

Tamaño del búfer en bytes necesario para el resultado.

### Valor devuelto

Tipo: HRESULT

Código de resultado de esta operación de API. Si la llamada al servicio no se realiza correctamente, el resultado será E\_PF\_INVALID\_PSN\_AUTH\_CODE o cualquiera de los errores globales de PlayFab Service. Consulte la página de documentación "Handling PlayFab Errors" para obtener más detalles sobre el control de errores.

## Requisitos

**Encabezado:** PFAccountManagement.h

## Consulte también

[Miembros de PFAccountManagement](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResult](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResultSize](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresultsize.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResultSize](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresultsize.md)
- [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsGetResultSize](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsgetresultsize.md)
