SemysGroupAddMember

01 Adds a member to a deactive group.
02

void SemysGroupAddMember(HSemysGroup group, char const *memberName, char const *subgroupName, char const *linkName);

03 Parameters:
  • group: The group to add the member to.
  • memberName: The name of the member.
  • subgroupName: The name of the subgroup this member belongs to.
  • linkName: The name of the link between the specified member and the local member.
04 This function may be called as long as SemysGroupActivateProt() has not been called. Calling it afterwards will have no effect.
05 Member names and link names must be unique within a group. All names are case sensitive. All members must be specified in the same order on all members.
06 Reference: SemysGroup.h
Implementation: Semys Library
See Also: Group Sub-System, SemysGroupAddMemberConn(), SemysGroupActivateProt()

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