Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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