SemysGroupActivateProt

01 Activates a group.
02

int32 SemysGroupActivateProt(HSemysGroup group, char const *localName);

03 Parameters:
  • group: The group that should be activated.
  • localName: The local member name.
04 Return Values:
Nonzero if the group was successfully activated, 0 otherwise.
05 Activation of a group will:
  • Start all configured servers
  • Set up all members with their links and connections
  • Enter search state, listening for any active group members
06 The specified member name must have been added to the group beforehand, otherwise this function will fail.
07 Global Lock: Required
Reference: SemysGroup.h
Implementation: Semys Library
See Also: Group Sub-System, SemysGroupCreate()

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