> ## 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](/zh-CN/reference/system/xgameui/structs/xgameuicallbackhandle.md)
- [XGameUiSetMultiplayerActivityGameInviteUiResponse](/zh-CN/reference/system/xgameui/functions/xgameuisetmultiplayeractivitygameinviteuiresponse.md)
- [XGameUiShowSendGameInviteUiCallback](/zh-CN/reference/system/xgameui/functions/xgameuishowsendgameinviteuicallback.md)
- [XGameUiShowSendGameInviteAsync](/zh-CN/reference/system/xgameui/functions/xgameuishowsendgameinviteasync.md)
- [XGameUiShowSendGameInviteResult](/zh-CN/reference/system/xgameui/functions/xgameuishowsendgameinviteresult.md)
