This document is archived and information here might be outdated. Recommended version. |
Retrieves the next id in the enumeration sequence.
[Visual Basic .NET]
Public Function Next ( _
) As Integer
[C#]
public int Next (
);
[C++]
HRESULT Next(
void
);
IEnumIDs::Next returns -1 when there are no more IDs in the enumeration.