Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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