> ## 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*\
Type: XGameUiCallbackHandle

このコールバック呼び出しのハンドル。

### 戻り値

Type: STDAPI

呼び出しの HRESULT 成功またはエラー コード。

## 要件

**ヘッダー:** XGameUi.h

**サポートされているプラットフォーム:** Steam Deck でのみサポート

## 関連項目

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

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


## Related topics

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