This function is part of the Lobby Interface.
Remarks
Creates a lobby modification handle (EOS_HLobbyModification). The lobby modification handle is used to modify an existing lobby and can be applied with EOS_Lobby_UpdateLobby. The EOS_HLobbyModification must be released by calling EOS_LobbyModification_Release once it is no longer needed.
Return Value
-
EOS_Success if we successfully created the Lobby Modification Handle pointed at in OutLobbyModificationHandle, or an error result if the input data was invalid
-
EOS_InvalidParameters if any of the options are incorrect
See Also
EOS_LobbyModification_Release, EOS_Lobby_UpdateLobby, EOS_HLobbyModification
Parameters
EOS_Lobby_UpdateLobbyModification
Parameter Type And Name | Usage Information |
---|---|
EOS_HLobby Handle | |
const EOS_Lobby_UpdateLobbyModificationOptions* Options | Required fields such as lobby ID |
EOS_HLobbyModification* OutLobbyModificationHandle | Pointer to a Lobby Modification Handle only set if successful |