CMapStringToOb::GetStartPosition

Syntax

POSITION GetStartPosition() const;

Remarks

Starts a map iteration by returning a POSITION value that can be passed to a GetNextAssoc call. The iteration sequence is not predictable; therefore the “first element in the map” has no special significance.

Example

See the example for the function GetNextAssoc.