Skip to main content

XGameUiSetPlayerPickerUiResponse

Sets the results to be returned by XGameUiShowPlayerPickerResultCount and XGameUiShowPlayerPickerResult.

Syntax

Parameters

callbackHandle
Type: XGameUiCallbackHandle
The handle for this callback invocation. playerCount
Type: uint32_t
The number of player IDs, to be returned by XGameUiShowPlayerPickerResultCount for the corresponding invocation of XGameUiShowPlayerPickerAsync. players
Type: const uint64_t*
Array of player IDs, of length playerCount, to be returned by XGameUiShowPlayerPickerResult.

Return value

Type: STDAPI

Requirements

Header: XGameUi.h Supported platforms: Supported only on Steam Deck

See also

XGameUI
XGameUiShowPlayerPickerAsync
Last modified on August 4, 2026