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

# XGameUiShowPlayerProfileCardResult

> XGameUiShowPlayerProfileCardResult

# XGameUiShowPlayerProfileCardResult

[XGameUiShowPlayerProfileCardAsync](/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync) の呼び出し結果を取得します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
HRESULT XGameUiShowPlayerProfileCardResult(  
         XAsyncBlock* async  
)  
```

<a id="parametersSection" />

### パラメーター

*async*   \_In\_\
Type: [XAsyncBlock](/reference/system/xasync/structs/xasyncblock)\*

[XGameUiShowPlayerProfileCardAsync](/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync) に渡された [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) オブジェクトへのポインター。

<a id="retvalSection" />

### 戻り値

Type: HRESULT

HRESULT 成功またはエラー コード。

<a id="remarksSection" />

## 解説

通常、この関数は [XGameUiShowPlayerProfileCardAsync](/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync) のコールバック関数として [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) で指定します。

`XGameUiShowPlayerProfileCardAsync` の完了後にこの関数を呼び出して結果を取得することもできます。

<a id="requirementsSection" />

## 要件

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

**ライブラリ:** xgameruntime.lib

**サポートされているプラットフォーム:** Windows、Steam Deck、XBOX One ファミリー本体および XBOX Series 本体

<a id="seealsoSection" />

## 関連項目

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


## Related topics

- [XGameUI](/ja-jp/reference/system/xgameui/xgameui_members.md)
- [XGameUiShowPlayerProfileCardAsync](/ja-jp/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync.md)
- [XGameUiShowPlayerProfileCardUiCallback](/ja-jp/reference/system/xgameui/functions/xgameuishowplayerprofilecarduicallback.md)
- [XGameUiSetPlayerProfileCardUiResponse](/ja-jp/reference/system/xgameui/functions/xgameuisetplayerprofilecarduiresponse.md)
- [XGameUiShowPlayerPickerResult](/ja-jp/reference/system/xgameui/functions/xgameuishowplayerpickerresult.md)
