SRGDataManager::GetNextData
void *SRGDataManager::GetNextData(POSITION&p)
Retrieve a pointer to the group at POSITION and advance POSITION to the next group in the data list
Defined in: DataMgr.cpp
Return Value
void * A pointer to a group (SRGraphDataList)
Parameters
p
POSITION& p The position of the desired group. The position is advanced to the next group.