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 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