SemysGroupAddServer

01 Adds a server to a deactive group.
02

void SemysGroupAddServer(HSemysGroup group, char const *options);

03 Parameters:
  • group: The group to add the server to.
  • options: Option string for the new server.
04 This function may be called as long as SemysGroupActivateProt() has not been called. Calling it afterwards will have no effect.
05 The group must have at least one server - otherwise no link to the local member can be established.
06 Reference: SemysGroup.h
Implementation: Semys Library
See Also: Group Sub-System, SemysGroupAddMember(), SemysGroupActivateProt()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.