SemysGroupCreate |
01 | Creates a group object. |
02 |
void SemysGroupCreate(HSemysGroup *pGroupHandle, SemysGroupListener const *pListener, char const *groupName); |
03 |
Parameters:
|
04 | The name must not be empty - otherwise the group will not be created. |
05 | The contents of the listener structure will be copied into an internal buffer. |
06 |
Reference: SemysGroup.h Implementation: Semys Library See Also: Group Sub-System, SemysGroupDestroyProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |