XUserPlatformRemoteConnectCancelPrompt
Signal to XUser that the remote connect prompt has been dismissed by the user.Syntax
Parameters
operationType: XUserPlatformOperation The handle for this operation
Return value
Type: HRESULT Result code for this API operationRemarks
This should be called after a XUserPlatformRemoteConnectShowPromptEventHandler if the user dismisses the prompt. The whole remote connect process will be cancelled and the starting XUserAdd operation will complete with E_ABORT. TheXUserPlatformRemoteConnectClosePromptEventHandler will be called as normal.Requirements
Header: XUser.h Library: xgameruntime.lib Supported platforms: Supported on Steam DeckSee also
XUserPlatformRemoteConnectShowPromptEventHandler
XUserPlatformRemoteConnectClosePromptEventHandler
XUserPlatformRemoteConnectSetEventHandlers
XUserPlatformRemoteConnectEventHandlers