This document is archived and information here might be outdated. Recommended version. |
Starts from the beginning of the segment collection the next time Next is called.
[Visual Basic .NET]
Public Sub Reset ( _
)
[C#]
public void Reset (
);
[C++]
HRESULT Reset(
void
);
Reset the enumerator. For example, the following call to IEnumSegment::Next returns segment index = 0.
See picture for a graphical explanation of some of the IEnumSegment methods.