SemysGroupGetMemberInfoByName |
| 01 | Retrieve information about a member by its name. |
| 02 |
int32 SemysGroupGetMemberInfoByName(HSemysGroup group, char const *memberName, uint64 *pMemberIndex, uint64 *pSubgroupMask); |
| 03 |
Parameters:
|
| 04 |
Return Values: Nonzero if the info could be retrieved, 0 otherwise. |
| 05 | Although this function can be called any time, it makes sense to call it only after all members have been configured. |
| 06 | pMemberIndex and pSubgroupMask may be 0 if their values should not be retrieved. |
| 07 |
Reference: SemysGroup.h Implementation: Semys Library See Also: Group Sub-System, SemysGroupAddMember() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |