utilGetNextMember

This method places the next member in the PDS specified by utilInitMemberList into member. utilGetNextMember returns 0 for success, 1 for no members remaining and any other value on an error. utilCloseMemberList should be called when finished reading the member list to prevent memory leaks. If utilGetNextMember returns something other than 0 or 1, you do not have to call utilCloseMemberList.

int utilGetNextMember(char member[8], void** tempDataPtr)
Variable Function Description
char member[8] Output The next member in the PDS (space filled if no members exist)
void** tempDataPtr Output State information stored for use by the module, modified by this call