fTargetCount
int32 fTargetCount;
fTargetCount(targetCount),
return (fNextIndex < fTargetCount);
if (fNextIndex >= fTargetCount)
int32 fTargetCount;
|| fTargetCount == MAX_MESSAGING_TARGET_COUNT) {
fTargets[fTargetCount].port = port;
fTargets[fTargetCount].token = token;
fTargetCount++;
if (fMessage != NULL && fTargetCount > 0) {
fTargets, fTargetCount);
fTargetCount = 0;