ShowPlayerPickerUI-Funktion (gamingtcui.h)

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

Weitere Informationen zum Werden eines Xbox-Entwicklers finden Sie unter Entwickeln von Spielen für Xbox One und Windows 10.

Syntax

HRESULT ShowPlayerPickerUI(
  [in]           HSTRING                         promptDisplayText,
  [in]           const HSTRING                   *xuids,
  [in]           size_t                          xuidsCount,
  [in, optional] const HSTRING                   *preSelectedXuids,
  [in]           size_t                          preSelectedXuidsCount,
  [in]           size_t                          minSelectionCount,
  [in]           size_t                          maxSelectionCount,
  [in]           PlayerPickerUICompletionRoutine completionRoutine,
  [in, optional] void                            *context
);

Parameter

[in] promptDisplayText

Typ: HSTRING

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

[in] xuids

Typ: const HSTRING*

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

[in] xuidsCount

Typ: size_t

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

[in, optional] preSelectedXuids

Typ: const HSTRING*

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

[in] preSelectedXuidsCount

Typ: size_t

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

[in] minSelectionCount

Typ: size_t

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

[in] maxSelectionCount

Typ: size_t

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

[in] completionRoutine

Typ: PlayerPickerUICompletionRoutine

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

[in, optional] context

Typ: void*

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

Rückgabewert

Typ: HRESULT

Darf nicht verwendet werden. Diese API wird nur für Xbox-Entwickler unterstützt.

Anforderungen

   
Zielplattform Windows
Kopfzeile gamingtcui.h
Bibliothek WindowsApp.lib
DLL Gamingtcui.dll