pub unsafe extern "C" fn EOS_LobbyModification_SetPermissionLevel(
Handle: EOS_HLobbyModification,
Options: *const EOS_LobbyModification_SetPermissionLevelOptions,
) -> EOS_EResultExpand description
Set the permissions associated with this lobby. The permissions range from “public” to “invite only” and are described by EOS_ELobbyPermissionLevel
@param Options Options associated with the permission level of the lobby
@return EOS_EResult containing the result of the operation. Possible result codes:
- EOS_Success if setting this parameter was successful
- EOS_IncompatibleVersion if the API version passed in is incorrect
@see EOS_LobbyModification_SetPermissionLevelOptions