XUserPlatformRemoteConnectCancelPrompt
向 XUser 发出信号,表明用户已关闭远程连接提示。语法
参数
operation类型:XUserPlatformOperation 此操作的句柄
返回值
类型:HRESULT 此 API 操作的结果代码注解
如果用户关闭了提示,则应在 XUserPlatformRemoteConnectShowPromptEventHandler 之后调用此函数。 整个远程连接过程将被取消,起始的 XUserAdd 操作将以 E_ABORT 完成。 XUserPlatformRemoteConnectClosePromptEventHandler 将照常调用。要求
头文件: XUser.h 库: xgameruntime.lib 支持的平台: 在 Steam Deck 上受支持另请参阅
XUserPlatformRemoteConnectShowPromptEventHandler
XUserPlatformRemoteConnectClosePromptEventHandler
XUserPlatformRemoteConnectSetEventHandlers
XUserPlatformRemoteConnectEventHandlers