The function returns an iterator preceding the specified one or NULL if there are no preceding elements.
- Parameters
-
[in] | hMapIter | is a handle to the known iterator specifying an element following the one to be bound with the iterator being returned. If the function fails for any other reason it returns MAP_ITERATOR_ERROR (-1) setting appropriate last chsvlib error code which could be retrieved by |
- Returns
- On success the function returns a handle to the iterator bound with an element preceding the specified one within the map, or MAP_ITERATOR_DOES_NOT_EXIST (NULL) if there is not such element. If the function fails for any other reason it returns MAP_ITERATOR_ERROR (-1) setting appropriate last chsvlib error code which could be retrieved by calling the GetLastChsvError.
- See also
- MapIterNext;
MapFind;
MapBegin;
MapEnd.