SemysGroupActivateProt |
01 | Activates a group. |
02 |
int32 SemysGroupActivateProt(HSemysGroup group, char const *localName); |
03 |
Parameters:
|
04 |
Return Values: Nonzero if the group was successfully activated, 0 otherwise. |
05 |
Activation of a group will:
|
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. |