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

# XGameUiShowSendGameInviteUiCallback

> XGameUiShowSendGameInviteUiCallback

# XGameUiShowSendGameInviteUiCallback

XGameUiShowSendGameInviteAsync コールバックのシグネチャ。

## 構文

```cpp theme={null}
void CALLBACK XGameUiShowSendGameInviteUiCallback(
    XGameUiCallbackHandle callbackHandle,
    XTaskQueueHandle queue,
    XUserHandle requestingUser,
    const char* sessionConfigurationId,
    const char* sessionTemplateName,
    const char* sessionId,
    const char* invitationText,
    const char* customActivationContext,
    void* context
);
```

### パラメーター

*callbackHandle*\
Type: XGameUiCallbackHandle

このコールバック呼び出しのハンドル。

*queue*\
Type: XTaskQueueHandle

UI コールバックが実行されたタスク キューへのハンドル。

*requestingUser*\
Type: XUserHandle

UI を呼び出しているユーザーのハンドル。

*sessionConfigurationId*\
Type: const char\*

タイトルのサービス構成 ID を示す文字列を指定します。

*sessionTemplateName*\
Type: const char\*

マルチプレイヤー セッション テンプレートの名前を示す文字列を指定します。

*sessionId*\
Type: const char\*

招待するマルチプレイヤー セッションの ID を示す文字列を指定します。

*invitationText*\
Type: const char\*

カスタム招待文字列 ID を示す文字列を指定します。XGameUiShowSendGameInviteAsync を参照してください。

*customActivationContext*\
Type: const char\*

招待のアクティブ化 URI で招待相手が利用できるカスタム アクティブ化コンテキスト。XGameUiShowSendGameInviteAsync を参照してください。

*context*\
Type: void\*

開発者から提供されるコンテキストへのポインター。

## 要件

**ヘッダー:** XGameUi.h

**サポートされているプラットフォーム:** Steam Deck でのみサポート

## 関連項目

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


## Related topics

- [XGameUiUiCallbacks](/ja-jp/reference/system/xgameui/structs/xgameuiuicallbacks.md)
- [XGameUiShowSendGameInviteAsync](/ja-jp/reference/system/xgameui/functions/xgameuishowsendgameinviteasync.md)
- [XGameUiShowSendGameInviteResult](/ja-jp/reference/system/xgameui/functions/xgameuishowsendgameinviteresult.md)
- [XGameUiShowMultiplayerActivityGameInviteUiCallback](/ja-jp/reference/system/xgameui/functions/xgameuishowmultiplayeractivitygameinviteuicallback.md)
- [XGameUiSetSendGameInviteUiResponse](/ja-jp/reference/system/xgameui/functions/xgameuisetsendgameinviteuiresponse.md)
