ShowPlayerPickerUI 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 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
);
Parameters
[in] promptDisplayText
Type: HSTRING
Do not use. This API is only supported for Xbox developers.
[in] xuids
Type: const HSTRING*
Do not use. This API is only supported for Xbox developers.
[in] xuidsCount
Type: size_t
Do not use. This API is only supported for Xbox developers.
[in, optional] preSelectedXuids
Type: const HSTRING*
Do not use. This API is only supported for Xbox developers.
[in] preSelectedXuidsCount
Type: size_t
Do not use. This API is only supported for Xbox developers.
[in] minSelectionCount
Type: size_t
Do not use. This API is only supported for Xbox developers.
[in] maxSelectionCount
Type: size_t
Do not use. This API is only supported for Xbox developers.
[in] completionRoutine
Type: PlayerPickerUICompletionRoutine
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 |