CConnectionPoint::GetStartPosition
Starts a map iteration by returning a POSITION value that can be passed to a GetNextConnection call.
POSITION GetStartPosition( ) const;
Возвращаемое значение
A POSITION value that indicates a starting position for iterating the map; or NULL if the map is empty.
Заметки
The iteration sequence is not predictable; therefore, the "first element in the map" has no special significance.
Пример
See the example for CConnectionPoint::GetNextConnection.
Требования
Header: afxdisp.h