Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Information specific to the LeaveLobbyCompleted type of state change.
Syntax
struct PFLobbyLeaveLobbyCompletedStateChange : PFLobbyStateChange {
PFLobbyHandle lobby;
const PFEntityKey* localUser;
void* asyncContext;
}
Members
lobby PFLobbyHandle
must not be null
The lobby provided to the call associated with this state change.
localUser const PFEntityKey*
may be nullptr
The local user provided to the call associated with this state change. May be null.
If this value is null it signifies that the title requested all local members leave the specified lobby.
asyncContext void*
The async context provided to the call associated with this state change.
Requirements
Header: PFLobby.h