CMapStringToOb::GetStartPosition

Call this member function to retrieve a POSITION value that you can pass to GetNextAssoc to initiate a map iteration. The iteration sequence is not predictable; therefore, the "first element in the map" has no special significance.

Syntax

POSITION GetStartPosition( ) const;

At a Glance

Header file: Afxcoll.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CMapStringToOb Overview, CMapStringToOb Member Functions, Map Classes