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

# XblMultiplayerManagerEstimatedMatchWaitTime

> XblMultiplayerManagerEstimatedMatchWaitTime

# XblMultiplayerManagerEstimatedMatchWaitTime

Retrieves the estimated wait time, in seconds, to complete a matchmaking request in progress.

## Syntax

```cpp theme={null}
uint32_t XblMultiplayerManagerEstimatedMatchWaitTime(  
)  
```

### Parameters

### Return value

Type: uint32\_t

The estimated wait time, in seconds.

## Remarks

Call this function only after the [XblMultiplayerManagerFindMatch](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerfindmatch) function has been called to submit a matchmaking request. The matchmaking request uses SmartMatch to find an existing game that has enough open player slots for all the members in the lobby session. If a matchmaking request isn't in progress, this function returns zero (0) seconds. For more information about finding a multiplayer game, see [Enable finding a multiplayer game by using SmartMatch using Multiplayer Manager](/services/xbox-services/multiplayer/mpm/how-to/live-play-multiplayer-with-matchmaking).

## Requirements

**Header:** multiplayer\_manager\_c.h

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

## See also

[multiplayer\_manager\_c](/reference/live/xsapi-c/multiplayer_manager_c/multiplayer_manager_c_members)\
[XblMultiplayerManagerFindMatch](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerfindmatch)


## Related topics

- [XblMultiplayerManagerFindMatch](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerfindmatch.md)
- [XblMatchTicketDetailsResponse](/reference/live/xsapi-c/matchmaking_c/structs/xblmatchticketdetailsresponse.md)
- [XblCreateMatchTicketResponse](/reference/live/xsapi-c/matchmaking_c/structs/xblcreatematchticketresponse.md)
- [XblHopperStatisticsResponse](/reference/live/xsapi-c/matchmaking_c/structs/xblhopperstatisticsresponse.md)
- [Multiplayer tasks](/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
