PlayerPickerUICompletionRoutine function pointer

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


typedef VOID ( WINAPI *PlayerPickerUICompletionRoutine)(
  _In_           HRESULT returnCode,
  _In_opt_       VOID    *context,
  _In_     const HSTRING *selectedXuids,
  _In_           size_t  selectedXuidsCount
);

Parameters

returnCode [in]

Type: HRESULT

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.

selectedXuids [in]

Type: const HSTRING*

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

selectedXuidsCount [in]

Type: size_t

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

Return value

This function pointer does not return a value.

Requirements

Header

Gamingtcui.h

 

 

Show: