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

# XblMatchmakingGetHopperStatisticsResult

> XblMatchmakingGetHopperStatisticsResult

# XblMatchmakingGetHopperStatisticsResult

Obtiene el resultado de una llamada a XblMatchmakingGetHopperStatisticsAsync.

## Sintaxis

```cpp theme={null}
HRESULT XblMatchmakingGetHopperStatisticsResult(  
         XAsyncBlock* asyncBlock,  
         size_t bufferSize,  
         void* buffer,  
         XblHopperStatisticsResponse** ptrToBuffer,  
         size_t* bufferUsed  
)  
```

### Parámetros

*asyncBlock*   \_In\_\
Tipo: XAsyncBlock\*

El AsyncBlock de esta operación.

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

El tamaño del búfer proporcionado. Use [XblMatchmakingGetHopperStatisticsResultSize](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresultsize) 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 en el que se escribe el resultado.

*ptrToBuffer*   \_Outptr\_\
Tipo: [XblHopperStatisticsResponse\*\*](/reference/live/xsapi-c/matchmaking_c/structs/xblhopperstatisticsresponse)

Puntero fuertemente tipado que apunta al búfer. Es un puntero dentro del búfer y no debe liberarse por separado.

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

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:** matchmaking\_c.h

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

## Consulte también

[matchmaking\_c](/reference/live/xsapi-c/matchmaking_c/matchmaking_c_members)


## Related topics

- [XblMatchmakingGetHopperStatisticsResultSize](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresultsize.md)
- [XblMatchmakingGetHopperStatisticsAsync](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsasync.md)
- [XblUserStatisticsGetMultipleUserStatisticsResult](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsresult.md)
- [XblUserStatisticsGetSingleUserStatisticResult](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticresult.md)
- [XblUserStatisticsGetSingleUserStatisticsResult](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticsresult.md)
