ShowProfileCardUI 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 ShowProfileCardUI(
  _In_     HSTRING                 targetUserXuid,
  _In_     GameUICompletionRoutine completionRoutine,
  _In_opt_ void                    *context
);

Parameters

targetUserXuid [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: