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

# XGameUiSetPlayerPickerUiResponse

> XGameUiSetPlayerPickerUiResponse

# XGameUiSetPlayerPickerUiResponse

Establece los resultados que devolverán XGameUiShowPlayerPickerResultCount y XGameUiShowPlayerPickerResult.

## Sintaxis

```cpp theme={null}
STDAPI  XGameUiSetPlayerPickerUiResponse(
     XGameUiCallbackHandle callbackHandle,
     uint32_t playerCount,
     const uint64_t* players
) noexcept;
```

### Parámetros

*callbackHandle*\
Tipo: XGameUiCallbackHandle

El identificador de esta invocación de devolución de llamada.

*playerCount*\
Tipo: uint32\_t

El número de identificadores de jugador, que devolverá XGameUiShowPlayerPickerResultCount para la invocación correspondiente de XGameUiShowPlayerPickerAsync.

*players*\
Tipo: const uint64\_t\*

Matriz de identificadores de jugador, de longitud `playerCount`, que devolverá XGameUiShowPlayerPickerResult.

### Valor devuelto

Tipo: STDAPI

## Requisitos

**Encabezado:** XGameUi.h

**Plataformas compatibles:** Compatible solo con Steam Deck

## Consulte también

[XGameUI](/reference/system/xgameui/xgameui_members)\
[XGameUiShowPlayerPickerAsync](/reference/system/xgameui/functions/xgameuishowplayerpickerasync)


## Related topics

- [XGameUiCallbackHandle](/es/reference/system/xgameui/structs/xgameuicallbackhandle.md)
- [XGameUiShowPlayerPickerUiCallback](/es/reference/system/xgameui/functions/xgameuishowplayerpickeruicallback.md)
- [XGameUiPlayerPickerInfo](/es/reference/system/xgameui/structs/xgameuiplayerpickerinfo.md)
- [XGameUiShowPlayerPickerAsync](/es/reference/system/xgameui/functions/xgameuishowplayerpickerasync.md)
- [XGameUiShowPlayerPickerResult](/es/reference/system/xgameui/functions/xgameuishowplayerpickerresult.md)
