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

Completes the call to XGameUiShowPlayerProfileCardAsync.

## Syntax

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

### Parameters

*callbackHandle*\
Type: XGameUiCallbackHandle

The handle for this callback invocation.

### Return value

Type: STDAPI

HRESULT success or error code of the call.

## Requirements

**Header:** XGameUi.h

**Supported platforms:** Supported only on Steam Deck

## See also

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

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


## Related topics

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