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 AddMemberCompleted type of state change.
Syntax
struct PFLobbyAddMemberCompletedStateChange : PFLobbyStateChange {
HRESULT result;
PFLobbyHandle lobby;
PFEntityKey localUser;
void* asyncContext;
}
Members
result HRESULT
Indicates the result of the AddMember operation.
The human-readable form of this result can be retrieved via PFMultiplayerGetErrorMessage().
lobby PFLobbyHandle
must not be null
The lobby used in the call associated with this state change.
localUser PFEntityKey
The local user 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