Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PlayerPickerUICompletionRoutine callback 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

PlayerPickerUICompletionRoutine Playerpickeruicompletionroutine;

VOID Playerpickeruicompletionroutine(
 [in] HRESULT returnCode,
 [in, optional] void *context,
 [in] const HSTRING *selectedXuids,
 [in] size_t selectedXuidsCount
)
{...}

Parameters

[in] returnCode

Type: HRESULT

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.

[in] selectedXuids

Type: const HSTRING*

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

[in] selectedXuidsCount

Type: size_t

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

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header gamingtcui.h

Feedback

Was this page helpful?

Additional resources