This function is part of the Lobby Interface.
EOS_LobbyDetails_CopyInfo is used to immediately retrieve a copy of lobby information from a given source such as a existing lobby or a search result.
If the call returns an EOS_Success result, the out parameter, OutLobbyDetailsInfo, must be passed to EOS_LobbyDetails_Info_Release to release the memory associated with it.
Return Value
EOS_Success if the information is available and passed out in OutLobbyDetailsInfo
EOS_InvalidParameters if you pass a null pointer for the out parameter
EOS_IncompatibleVersion if the API version passed in is incorrect
See Also
EOS_LobbyDetails_Info, EOS_LobbyDetails_CopyInfoOptions, EOS_LobbyDetails_Info_Release
Parameters
EOS_LobbyDetails_CopyInfo
Parameter Type And Name
|
Usage Information
|
EOS_HLobbyDetails Handle
|
|
const EOS_LobbyDetails_CopyInfoOptions* Options
|
Structure containing the input parameters
|
EOS_LobbyDetails_Info** OutLobbyDetailsInfo
|
Out parameter used to receive the EOS_LobbyDetails_Info structure.
|
If successful, this function provides data to the caller through an output parameter. Once you are finished with the data, you must release it by making the appropriate call into the EOS SDK.
This function is part of the Lobby Interface.
EOS_LobbyDetails_CopyInfo is used to immediately retrieve a copy of lobby information from a given source such as a existing lobby or a search result.
If the call returns an EOS_Success result, the out parameter, OutLobbyDetailsInfo, must be passed to EOS_LobbyDetails_Info_Release to release the memory associated with it.
Return Value
EOS_Success if the information is available and passed out in OutLobbyDetailsInfo
EOS_InvalidParameters if you pass a null pointer for the out parameter
EOS_IncompatibleVersion if the API version passed in is incorrect
See Also
EOS_LobbyDetails_Info, EOS_LobbyDetails_CopyInfoOptions, EOS_LobbyDetails_Info_Release
Parameters
Lobby.LobbyDetails.CopyInfo
Parameter Type And Name
|
Usage Information
|
LobbyDetailsCopyInfoOptions options
|
Structure containing the input parameters
|
LobbyDetailsInfo outLobbyDetailsInfo
|
Out parameter used to receive the EOS_LobbyDetails_Info structure.
|
If successful, this function provides data to the caller through an output parameter. The EOS SDK will automatically handle releasing the data when your code no longer holds any reference to it; you do not need to call a "Release" function.
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