> ## 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\_\
형식: [XAsyncBlock](/reference/system/xasync/structs/xasyncblock)\*

[XGameUiShowPlayerProfileCardAsync](/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync)에 전달된 [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) 객체에 대한 포인터입니다.

<a id="retvalSection" />

### 반환 값

형식: 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](/ko/reference/system/xgameui/xgameui_members.md)
- [XGameUiShowPlayerProfileCardAsync](/ko/reference/system/xgameui/functions/xgameuishowplayerprofilecardasync.md)
- [XGameUiShowPlayerProfileCardUiCallback](/ko/reference/system/xgameui/functions/xgameuishowplayerprofilecarduicallback.md)
- [XGameUiSetPlayerProfileCardUiResponse](/ko/reference/system/xgameui/functions/xgameuisetplayerprofilecarduiresponse.md)
- [XGameUiShowPlayerPickerResult](/ko/reference/system/xgameui/functions/xgameuishowplayerpickerresult.md)
