Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Information specific to the TicketCompleted type of state change.
Syntax
struct PFMatchmakingTicketCompletedStateChange : PFMatchmakingStateChange {
HRESULT result;
PFMatchmakingTicketHandle ticket;
void* asyncContext;
}
Members
result HRESULT
An error code indicating whether the ticket succeeded or, if it failed, why it failed.
ticket PFMatchmakingTicketHandle
must not be null
The matchmaking ticket that completed.
asyncContext void*
The async context provided to the call associated with this state change.
Requirements
Header: PFMatchmaking.h