Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Information specific to the ServerLeaveLobbyAsServerCompleted type of state change.
Syntax
struct PFLobbyServerLeaveLobbyAsServerCompletedStateChange : PFLobbyStateChange {
PFLobbyHandle lobby;
void* asyncContext;
}
Members
lobby
PFLobbyHandle
must not be null
The lobby provided to the call associated with this state change.
asyncContext
void*
The async context provided to the call associated with this state change.
Requirements
Header: PFLobby.h