fShareVolumeIndex
return (fShareVolumeIDs && fShareVolumeIndex < fShareVolumeCount);
if (!fShareVolumeIDs || fShareVolumeIndex >= fShareVolumeCount)
return fShareVolumeIDs[fShareVolumeIndex++];
fShareVolumeIndex = 0;
int32 fShareVolumeIndex;