SemysGroupCreate

01 Creates a group object.
02

void SemysGroupCreate(HSemysGroup *pGroupHandle, SemysGroupListener const *pListener, char const *groupName);

03 Parameters:
  • pGroupHandle: Pointer to a group handle that will receive the handle value of the created group object.
  • pListener: The owner interface for the group.
  • groupName: The name of the group.
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.