CMap::GetNextAssoc

This method retrieves the map element at rNextPosition, and update rNextPosition to refer to the next element in the map.

At a Glance

Header file: Afxtempl.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void GetNextAssoc( POSITION& rNextPosition, KEY& rKey, VALUE& rValue
) const;

See Also

CMap::GetStartPosition