Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Signal to XUser that the remote connect prompt has been dismissed by the user.
Syntax
STDAPI XUserPlatformRemoteConnectCancelPrompt(
_In_ XUserPlatformOperation operation
) noexcept;
Parameters
operation
Type: XUserPlatformOperation
The handle for this operation
Return value
Type: HRESULT
Result code for this API operation
Remarks
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 Deck
See also
XUserPlatformRemoteConnectShowPromptEventHandler
XUserPlatformRemoteConnectClosePromptEventHandler