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

# XblMultiplayerManagerSetAutoFillMembersDuringMatchmaking

> XblMultiplayerManagerSetAutoFillMembersDuringMatchmaking

# XblMultiplayerManagerSetAutoFillMembersDuringMatchmaking

Sets if matchmaking should auto fill open slots during gameplay. This can be changed anytime.

## Syntax

```cpp theme={null}
void XblMultiplayerManagerSetAutoFillMembersDuringMatchmaking(  
         bool autoFillMembers  
)  
```

### Parameters

*autoFillMembers*   \_In\_\
Type: bool

Set true, to search for members during matchmaking if the game has open slots. Set false, to not allow auto fill.

### Return value

Type: void

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


## Related topics

- [XblMultiplayerManagerAutoFillMembersDuringMatchmaking](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerautofillmembersduringmatchmaking.md)
- [Multiplayer matchmaking with SmartMatch and MPM](/services/xbox-services/multiplayer/mpm/how-to/live-play-multiplayer-with-matchmaking.md)
- [Multiplayer tasks](/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [XblMultiplayerMatchStatus](/reference/live/xsapi-c/multiplayer_manager_c/enums/xblmultiplayermatchstatus.md)
- [Multiplayer Session advanced topics](/services/xbox-services/multiplayer/mpsd/concepts/live-mpsd-details.md)
