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

이 콜백 호출에 대한 핸들입니다.

*queue*\
형식: XTaskQueueHandle

UI 콜백이 실행된 작업 큐에 대한 핸들입니다.

*info*\
형식: XGameUiPlayerPickerInfo\*

플레이어 선택기 UI에서 사용할 데이터를 캡슐화하는 구조체입니다.

*context*\
형식: void\*

개발자가 제공한 컨텍스트에 대한 포인터입니다.

## 요구 사항

**헤더:** XGameUi.h

**지원 플랫폼:** Steam Deck에서만 지원됨

## 함께 보기

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