Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ShowGameInviteUI function (gamingtcui.h)

Do not use. This API is only supported for Xbox developers.

To learn more about becoming a Xbox developer, see Developing Games for Xbox One and Windows 10.

Syntax

HRESULT ShowGameInviteUI(
 [in] HSTRING serviceConfigurationId,
 [in] HSTRING sessionTemplateName,
 [in] HSTRING sessionId,
 [in] HSTRING invitationDisplayText,
 [in] GameUICompletionRoutine completionRoutine,
 [in, optional] void *context
);

Parameters

[in] serviceConfigurationId

Type: HSTRING

Do not use. This API is only supported for Xbox developers.

[in] sessionTemplateName

Type: HSTRING

Do not use. This API is only supported for Xbox developers.

[in] sessionId

Type: HSTRING

Do not use. This API is only supported for Xbox developers.

[in] invitationDisplayText

Type: HSTRING

Do not use. This API is only supported for Xbox developers.

[in] completionRoutine

Type: GameUICompletionRoutine

Do not use. This API is only supported for Xbox developers.

[in, optional] context

Type: void*

Do not use. This API is only supported for Xbox developers.

Return value

Type: HRESULT

Do not use. This API is only supported for Xbox developers.

Requirements

Requirement Value
Target Platform Windows
Header gamingtcui.h
Library WindowsApp.lib
DLL Gamingtcui.dll

Feedback

Was this page helpful?

Additional resources