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 ForceRemoveMemberCompleted type of state change.
Syntax
struct PFLobbyForceRemoveMemberCompletedStateChange : PFLobbyStateChange {
HRESULT result;
PFLobbyHandle lobby;
PFEntityKey targetMember;
void* asyncContext;
}
Members
result HRESULT
Indicates the result of the ForceRemoveMember operation.
The human-readable form of this result can be retrieved via PFMultiplayerGetErrorMessage().
lobby PFLobbyHandle
must not be null
The lobby provided to the call associated with this state change.
targetMember PFEntityKey
The member entity 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