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

# XGameUiShowPlayerPickerUiCallback

> XGameUiShowPlayerPickerUiCallback

# XGameUiShowPlayerPickerUiCallback

XGameUiShowPlayerPickerAsync コールバックのシグネチャ。

## 構文

```cpp theme={null}
void CALLBACK XGameUiShowPlayerPickerUiCallback(
 XGameUiCallbackHandle callbackHandle,
 XTaskQueueHandle queue,
 XGameUiPlayerPickerInfo* info,
 void* context
);
```

### パラメーター

*callbackHandle*\
Type: XGameUiCallbackHandle

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

*queue*\
Type: XTaskQueueHandle

UI コールバックが実行されたタスク キューへのハンドル。

*info*\
Type: XGameUiPlayerPickerInfo\*

プレイヤー ピッカー UI で使用するデータをカプセル化する構造体。

*context*\
Type: void\*

開発者から提供されるコンテキストへのポインター。

## 要件

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

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

## 関連項目

[XGameUI](/reference/system/xgameui/xgameui_members)\
[XGameUiSetUiCallbacks](/reference/system/xgameui/functions/xgameuisetuicallbacks)


## Related topics

- [XGameUiPlayerPickerInfo](/ja-jp/reference/system/xgameui/structs/xgameuiplayerpickerinfo.md)
- [XGameUiUiCallbacks](/ja-jp/reference/system/xgameui/structs/xgameuiuicallbacks.md)
- [XGameUiSetPlayerPickerUiResponse](/ja-jp/reference/system/xgameui/functions/xgameuisetplayerpickeruiresponse.md)
- [XGameUiShowPlayerPickerAsync](/ja-jp/reference/system/xgameui/functions/xgameuishowplayerpickerasync.md)
- [XGameUiShowPlayerPickerResult](/ja-jp/reference/system/xgameui/functions/xgameuishowplayerpickerresult.md)
