Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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