Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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