PFLobbyAddMemberCompletedStateChange

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

See also

PFLobby members