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 previousXUserPlatformRemoteConnectShowPromptEventHandler event.
All arguments are owned by the caller (except context).
Requirements
Header: XUser.h Library: xgameruntime.lib Supported platforms: Supported on Steam DeckSee also
XUserPlatformRemoteConnectEventHandlers
XUserPlatformRemoteConnectSetEventHandlers
XUserPlatformRemoteConnectShowPromptEventHandler
XUserPlatformRemoteConnectCancelPrompt