Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the next element for iterating.
void GetNextAssoc( 
   POSITION& pos, 
   KOUTARGTYPE key, 
   VOUTARGTYPE value  
) const;
Parameters
- pos 
 The position counter, returned by a previous call to CAtlMap::GetNextAssoc or CAtlMap::GetStartPosition.
- key 
 Template parameter specifying the type of the map's key.
- value 
 Template parameter specifying the type of the map's value.
Remarks
The pos position counter is updated after each call. If the retrieved element is the last in the map, pos is set to NULL.
Requirements
Header: atlcoll.h