Share via


XGameUiShowPlayerProfileCardUiCallback

Signature for a XGameUiShowPlayerProfileCardAsync callback.

Syntax

void CALLBACK XGameUiShowPlayerProfileCardUiCallback(
XGameUiCallbackHandle callbackHandle,
XTaskQueueHandle queue,
XUserHandle requestingUser,
uint64_t targetPlayer,
void* context
);

Parameters

callbackHandle
Type: XGameUiCallbackHandle

Handle for this callback invocation.

queue
Type: XTaskQueueHandle

Handle to the task queue that the UI callback was executed on.

requestingUser
Type: XUserHandle

Handle for the user invoking the UI.

targetPlayer
Type: uint64_t

User ID of the player whose profile card is being shown.

context
Type: void*

Pointer to dev-provided context.

Requirements

Header: XGameUi.h

Supported platforms: Supported only on Steam Deck

See also

XGameUI
XGameUiSetUiCallbacks