Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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