SemysGroupMemberLostProt |
01 | This function will be called as callback from the group when a member of a group was lost. |
02 |
typedef void (*SemysGroupMemberLostProt)(HSemysListener listener, HSemysGroup group, uint64 memberIndex, SemysTimeTick tick); |
03 |
Parameters:
|
04 | This typedef is a placeholder for the actual user code provided callback function. |
05 | The 'tick' parameter is identical at each member. |
06 |
Global Lock: Required Reference: SemysGroup.h Implementation: Semys Library See Also: Group Sub-System, SemysGroupMemberPresentProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |