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

# XGameUiSetSendGameInviteUiResponse

> XGameUiSetSendGameInviteUiResponse

# XGameUiSetSendGameInviteUiResponse

XGameUiShowSendGameInviteAsync에 대한 호출을 완료합니다.

## 구문

```cpp theme={null}
STDAPI  XGameUiSetSendGameInviteUiResponse(
     XGameUiCallbackHandle callbackHandle
) noexcept;
```

### 매개 변수

*callbackHandle*\
형식: XGameUiCallbackHandle

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

### 반환 값

형식: STDAPI

호출의 HRESULT 성공 또는 오류 코드입니다.

## 요구 사항

**헤더:** XGameUi.h

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

## 함께 보기

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

[XGameUiShowSendGameInviteAsync](/reference/system/xgameui/functions/xgameuishowsendgameinviteasync)


## Related topics

- [XGameUiCallbackHandle](/ko/reference/system/xgameui/structs/xgameuicallbackhandle.md)
- [XGameUiSetMultiplayerActivityGameInviteUiResponse](/ko/reference/system/xgameui/functions/xgameuisetmultiplayeractivitygameinviteuiresponse.md)
- [XGameUiShowSendGameInviteUiCallback](/ko/reference/system/xgameui/functions/xgameuishowsendgameinviteuicallback.md)
- [XGameUiShowSendGameInviteAsync](/ko/reference/system/xgameui/functions/xgameuishowsendgameinviteasync.md)
- [XGameUiShowSendGameInviteResult](/ko/reference/system/xgameui/functions/xgameuishowsendgameinviteresult.md)
