Group :: ActivateProt

01 Activates the group.
02

[C++] bool ActivateProt(std::string const &localName);
[C#] bool ActivateProt(string localName);

03 Parameters:
  • localName: The name of the local member
04 Return Values:
True if the group could be activated.
05 If the group can be activated, this method stores the local member index and local subgroup mask as members, to be retrieved via GetLocalMemberIndex() and GetLocalSubgroupMask().
06 Global Lock: Required
Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Link Sub-System, Group, SemysGroupActivateProt()

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