ShowGameInviteUI function

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 WINAPI ShowGameInviteUI(
  _In_     HSTRING                 serviceConfigurationId,
  _In_     HSTRING                 sessionTemplateName,
  _In_     HSTRING                 sessionId,
  _In_     HSTRING                 invitationDisplayText,
  _In_     GameUICompletionRoutine completionRoutine,
  _In_opt_ void                    *context
);

Parameters

serviceConfigurationId [in]

Type: HSTRING

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

sessionTemplateName [in]

Type: HSTRING

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

sessionId [in]

Type: HSTRING

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

invitationDisplayText [in]

Type: HSTRING

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

completionRoutine [in]

Type: GameUICompletionRoutine

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

context [in, optional]

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

Header

Gamingtcui.h

Library

WindowsApp.lib

DLL

Gamingtcui.dll

 

 

Show: