ShowPlayerPickerUI 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 ShowPlayerPickerUI(
  _In_           HSTRING                         promptDisplayText,
  _In_     const HSTRING                         *xuids,
  _In_           size_t                          xuidsCount,
  _In_opt_ const HSTRING                         *preSelectedXuids,
  _In_           size_t                          preSelectedXuidsCount,
  _In_           size_t                          minSelectionCount,
  _In_           size_t                          maxSelectionCount,
  _In_           PlayerPickerUICompletionRoutine completionRoutine,
  _In_opt_       void                            *context
);

Parameters

promptDisplayText [in]

Type: HSTRING

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

xuids [in]

Type: const HSTRING*

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

xuidsCount [in]

Type: size_t

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

preSelectedXuids [in, optional]

Type: const HSTRING*

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

preSelectedXuidsCount [in]

Type: size_t

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

minSelectionCount [in]

Type: size_t

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

maxSelectionCount [in]

Type: size_t

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

completionRoutine [in]

Type: PlayerPickerUICompletionRoutine

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: