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

完成对 XGameUiShowPlayerProfileCardAsync 的调用。

## 语法

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

### 参数

*callbackHandle*\
类型：XGameUiCallbackHandle

此回调调用的句柄。

### 返回值

类型：STDAPI

调用的 HRESULT 成功或错误代码。

## 要求

**标头：** XGameUi.h

**支持的平台：** 仅在 Steam Deck 上受支持

## 另请参阅

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

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


## Related topics

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