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

# XblHopperStatisticsResponse

> XblHopperStatisticsResponse

# XblHopperStatisticsResponse

Representa una respuesta del servidor a una solicitud de estadísticas de hopper.

## Sintaxis

```cpp theme={null}
typedef struct XblHopperStatisticsResponse {  
    char* hopperName;  
    int64_t estimatedWaitTime;  
    uint32_t playersWaitingToMatch;  
} XblHopperStatisticsResponse  
```

### Miembros

*hopperName*\
Tipo: char\*

Nombre del hopper en el que se solicitó una partida.

*estimatedWaitTime*\
Tipo: int64\_t

Tiempo de espera estimado para que una solicitud de emparejamiento se empareje con otros jugadores.

*playersWaitingToMatch*\
Tipo: uint32\_t

El número de jugadores en el hopper que esperan ser emparejados.

## Requisitos

**Encabezado:** matchmaking\_c.h

## Consulte también

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


## Related topics

- [XblMatchmakingGetHopperStatisticsResult](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresult.md)
- [XblMatchmakingGetHopperStatisticsAsync](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsasync.md)
- [XblMatchmakingGetHopperStatisticsResultSize](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresultsize.md)
- [PFStatisticsGetStatisticsResponse](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
- [PFStatisticsDeleteStatisticsResponse](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsresponse.md)
