This interface enables enumeration of a collection of items.
At a Glance
Header file: | Cesync.h |
Windows CE versions: | 2.0 and later |
Method | Description |
IEnumReplItem::Clone | Creates a copy of the current state of enumeration. |
IEnumReplItem::GetFolderHandle | Gets a handle to the folder (HREPLFD) that is currently being enumerated. |
IEnumReplItem::Next | Attempts to advance to the next item in the enumeration sequence. |
IEnumReplItem::Reset | Resets the enumeration sequence to the beginning. |
IEnumReplItem::Skip | Attempts to skip over the next item in the enumeration sequence. |