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:
|
| 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. |