PFMultiplayerDestroyMatchmakingTicket

销毁匹配票证。

语法

HRESULT PFMultiplayerDestroyMatchmakingTicket(  
    PFMultiplayerHandle handle,  
    PFMatchmakingTicketHandle ticket  
)  

参数

handle PFMultiplayerHandle

PFMultiplayer API 实例的句柄。

ticket PFMatchmakingTicketHandle

要销毁的票证。

返回值

类型:HRESULT

如果调用成功,则为 S_OK,否则为错误代码。 可通过 PFMultiplayerGetErrorMessage() 检索错误代码的可读形式。

备注

此方法会销毁匹配票证并收回与票证关联的本地资源。 如果票证尚未完成,则背景操作会进行一次尝试,尽最大可能取消包含匹配服务的票证。

要求

标头: PFMatchmaking.h

另请参阅

PFMatchmaking 成员