语法
参数
handle PFMultiplayerHandle
PFMultiplayer API 实例的句柄。
ticket PFMatchmakingTicketHandle
要销毁的票证。
返回值
类型:HRESULT 如果调用成功,则为S_OK;否则为错误代码。可以通过 PFMultiplayerGetErrorMessage() 获取错误代码的人类可读形式。
销毁 PlayFab 多人游戏匹配票证并释放相关资源,但不会取消底层的匹配服务请求。
handle PFMultiplayerHandle
PFMultiplayer API 实例的句柄。
ticket PFMatchmakingTicketHandle
要销毁的票证。
S_OK;否则为错误代码。可以通过 PFMultiplayerGetErrorMessage() 获取错误代码的人类可读形式。
相关主题
Matchmaking SDK 快速入门使用服务器回填工单 - Multiplayer SDKPFMultiplayer C/C++ API 概述 - PFMatchmaking.hPFMultiplayerCreateMatchmakingTicketPFMultiplayerJoinMatchmakingTicketFromId