Returns a pointer to data bound with the specified iterator.
- Parameters
-
hListIterator | is a handle to the iterator bound with an element storing required data. |
- Returns
- On success the function returns a pointer to data of the list element. On failure the function returns NULL. See remarks.
- See also
- ListBegin();
ListEnd();
ListIterPrev();
ListIterNext().