This function is part of the Lobby Interface.
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
|
This function is part of the Lobby Interface.
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
Lobby.LobbyInterface.UpdateLobbyModification
Parameter Type And Name
|
Usage Information
|
UpdateLobbyModificationOptions options
|
Required fields such as lobby ID
|
LobbyModification outLobbyModificationHandle
|
Pointer to a Lobby Modification Handle only set if successful
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no