Skip to main content

XUserPlatformRemoteConnectClosePromptEventHandler

Close prompt for remote authentication event handler.

Syntax

Parameters

context   _In_opt_
Type: void*
Optional pointer to data used by the event handler. userIdentifier   _In_
Type: uint32_t
The user identifier that was passed to XUser when the user was added. operation   _In_
Type: XUserPlatformOperation
The handle for this operation.

Return value

Remarks

This event is raised when the remote connect authentication process has been completed and the prompt is no longer necessary. This event will always be called with the same operation as a previous XUserPlatformRemoteConnectShowPromptEventHandler event. All arguments are owned by the caller (except context).

Requirements

Header: XUser.h Library: xgameruntime.lib Supported platforms: Supported on Steam Deck

See also

XUserPlatformRemoteConnectEventHandlers XUserPlatformRemoteConnectSetEventHandlers XUserPlatformRemoteConnectShowPromptEventHandler XUserPlatformRemoteConnectCancelPrompt
Last modified on August 4, 2026