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

# XGameUiSetPlayerProfileCardUiResponse

> XGameUiSetPlayerProfileCardUiResponse

# XGameUiSetPlayerProfileCardUiResponse

Completa la llamada a XGameUiShowPlayerProfileCardAsync.

## Sintaxis

```cpp theme={null}
STDAPI  XGameUiSetPlayerProfileCardUiResponse(
     XGameUiCallbackHandle callbackHandle
) noexcept;
```

### Parámetros

*callbackHandle*\
Tipo: XGameUiCallbackHandle

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

### Valor devuelto

Tipo: STDAPI

HRESULT de éxito o código de error de la llamada.

## Requisitos

**Encabezado:** XGameUi.h

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

## Consulte también

[XGameUI](/reference/system/xgameui/xgameui_members)

[XGameUiShowPlayerProfileCardAsync](/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync)


## Related topics

- [XGameUiCallbackHandle](/es/reference/system/xgameui/structs/xgameuicallbackhandle.md)
- [XGameUiShowPlayerProfileCardUiCallback](/es/reference/system/xgameui/functions/xgameuishowplayerprofilecarduicallback.md)
- [XGameUiShowPlayerProfileCardAsync](/es/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync.md)
- [XGameUiShowPlayerProfileCardResult](/es/reference/system/xgameui/functions/xgameuishowplayerprofilecardresult.md)
- [XGameUiSetPlayerPickerUiResponse](/es/reference/system/xgameui/functions/xgameuisetplayerpickeruiresponse.md)
