CreateIterator method
Creates an ISegmentListIterator interface used for traversing a segment list's members.
Syntax
HRESULT retVal = object.CreateIterator(ppIIter);
Parameters
ppIIter [out]
Type: ISegmentListIteratorAddress of a pointer to a variable that receives an ISegmentListIterator interface pointer for the newly created ISegmentListIterator.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.