Redigera

Dela via


PFLobbySendInviteCompletedStateChange

Information specific to the SendInviteCompleted type of state change.

Syntax

struct PFLobbySendInviteCompletedStateChange : PFLobbyStateChange {  
    HRESULT result;  
    PFLobbyHandle lobby;  
    PFEntityKey sender;  
    PFEntityKey invitee;  
    void* asyncContext;  
}  

Members

result   HRESULT

Indicates the result of the SendInvite operation.

The human-readable form of this result can be retrieved via PFMultiplayerGetErrorMessage().

lobby   PFLobbyHandle
must not be null

The lobby that the invite was sent for.

sender   PFEntityKey

The local user which attempted to send the invite.

invitee   PFEntityKey

The entity which was invited.

asyncContext   void*

The async context provided to the call associated with this state change.

Requirements

Header: PFLobby.h

See also

PFLobby members