|
|
|
ISegmentListIterator Interface |
|
IID_ISegmentListIterator |
{3050F692-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that enable you to traverse a segment list represented by an ISegmentList interface and retrieve its individual members.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ISegmentListIterator Method |
Description |
|
Current |
Retrieves the current segment. |
|
First |
Moves the iterator to the first item in the segment list. |
|
IsDone |
Determines whether the iterator is at the end of the list. |
|
Advance |
Moves the iterator to the next item in the segment list. |
|
Current |
|
FUNCTION
ISegmentListIterator_Current ( _ |
|
First |
|
FUNCTION
ISegmentListIterator_First ( _ |
|
IsDone |
|
FUNCTION
ISegmentListIterator_IsDone ( _ |
|
Advance |
|
FUNCTION
ISegmentListIterator_Advance ( _ |
Page last updated on Monday, 03 April 2006 20:03:45 +0200