pub unsafe extern "C" fn EOS_LobbySearch_SetLobbyId(
Handle: EOS_HLobbySearch,
Options: *const EOS_LobbySearch_SetLobbyIdOptions,
) -> EOS_EResultExpand description
Set a lobby ID to find and will return at most one search result. Setting TargetUserId or SearchParameters will result in EOS_LobbySearch_Find failing
@param Options A specific lobby ID for which to search
@return EOS_EResult containing the result of the operation. Possible result codes:
- EOS_Success if setting this lobby ID was successful
- EOS_InvalidParameters if the lobby ID is invalid or null
- EOS_IncompatibleVersion if the API version passed in is incorrect
@see EOS_LobbySearch_SetLobbyIdOptions