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

# XGameUiShowPlayerProfileCardUiCallback

> XGameUiShowPlayerProfileCardUiCallback

# XGameUiShowPlayerProfileCardUiCallback

XGameUiShowPlayerProfileCardAsync 콜백의 시그니처입니다.

## 구문

```cpp theme={null}
void CALLBACK XGameUiShowPlayerProfileCardUiCallback(
XGameUiCallbackHandle callbackHandle,
XTaskQueueHandle queue,
XUserHandle requestingUser,
uint64_t targetPlayer,
void* context
);
```

### 매개 변수

*callbackHandle*\
형식: XGameUiCallbackHandle

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

*queue*\
형식: XTaskQueueHandle

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

*requestingUser*\
형식: XUserHandle

UI를 호출하는 사용자에 대한 핸들입니다.

*targetPlayer*\
형식: uint64\_t

프로필 카드가 표시되는 플레이어의 사용자 ID입니다.

*context*\
형식: void\*

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

## 요구 사항

**헤더:** XGameUi.h

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

## 함께 보기

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


## Related topics

- [XGameUiUiCallbacks](/ko/reference/system/xgameui/structs/xgameuiuicallbacks.md)
- [XGameUiShowPlayerProfileCardAsync](/ko/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync.md)
- [XGameUiShowPlayerProfileCardResult](/ko/reference/system/xgameui/functions/xgameuishowplayerprofilecardresult.md)
- [XGameUiSetPlayerProfileCardUiResponse](/ko/reference/system/xgameui/functions/xgameuisetplayerprofilecarduiresponse.md)
- [XGameUiShowPlayerPickerUiCallback](/ko/reference/system/xgameui/functions/xgameuishowplayerpickeruicallback.md)
