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

# XblUserStatisticsGetSingleUserStatisticResultSize

> XblUserStatisticsGetSingleUserStatisticResultSize

# XblUserStatisticsGetSingleUserStatisticResultSize

Obtiene el tamaño del resultado de una llamada a XblUserStatisticsGetSingleUserStatisticsAsync.

## Sintaxis

```cpp theme={null}
HRESULT XblUserStatisticsGetSingleUserStatisticResultSize(  
         XAsyncBlock* async,  
         size_t* resultSizeInBytes  
)  
```

### Parámetros

*async*   \_In\_\
Tipo: XAsyncBlock\*

El AsyncBlock para esta operación.

*resultSizeInBytes*   \_Out\_\
Tipo: size\_t\*

Devuelve el tamaño en bytes necesario para almacenar el resultado de estadísticas del usuario.

### Valor devuelto

Tipo: HRESULT

Código de retorno HRESULT para esta operación de API.

## Requisitos

**Encabezado:** user\_statistics\_c.h

**Biblioteca:** Microsoft.Xbox.Services.14x.GDK.C.lib

## Consulte también

[user\_statistics\_c](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)


## Related topics

- [XblUserStatisticsGetSingleUserStatisticAsync](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticasync.md)
- [XblUserStatisticsGetSingleUserStatisticResult](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticresult.md)
- [Obtención de estadísticas basadas en eventos](/es/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-getting-eb-stat.md)
- [XblUserStatisticsGetSingleUserStatisticsResultSize](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticsresultsize.md)
- [XblUserStatisticsGetSingleUserStatisticsResult](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticsresult.md)
