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

# XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult

> XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult

# XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult

Obtiene el resultado de una llamada a XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync.

## Sintaxis

```cpp theme={null}
HRESULT XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult(  
         XAsyncBlock* async,  
         size_t bufferSize,  
         void* buffer,  
         XblUserStatisticsResult** ptrToBufferResults,  
         size_t* resultsCount,  
         size_t* bufferUsed  
)  
```

### Parámetros

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

El AsyncBlock para esta operación.

*bufferSize*   \_In\_\
Tipo: size\_t

El tamaño del búfer proporcionado. Use [XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResultSize](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsresultsize) para obtener el tamaño necesario.

*buffer*   \_Out\_writes\_bytes\_to\_(bufferSize,*bufferUsed)\
Tipo: void*

Un búfer de bytes asignado por el autor de la llamada que devuelve las estadísticas de varios usuarios.

*ptrToBufferResults*   \_Outptr\_\
Tipo: [XblUserStatisticsResult\*\*](/reference/live/xsapi-c/user_statistics_c/structs/xbluserstatisticsresult)

Devuelve una matriz fuertemente tipada de XblUserStatisticsResult que apunta al búfer. No la libere, ya que su ciclo de vida está vinculado al búfer.

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

Devuelve el número de resultados.

*bufferUsed*   \_Out\_opt\_\
Tipo: size\_t\*

Devuelve el número de bytes escritos en el búfer.

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

- [XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResultSize](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsresultsize.md)
- [XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsasync.md)
- [XblUserStatisticsResult](/es/reference/live/xsapi-c/user_statistics_c/structs/xbluserstatisticsresult.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)
- [XblUserStatisticsGetMultipleUserStatisticsResult](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsresult.md)
