used for iterating over a collection of elements. More...
Inherits IDispatch.
Public Member Functions | |
HRESULT | AtEnd ([out, retval] VARIANT_BOOL *atEnd) |
Indicates the end of the collection. More... | |
HRESULT | Get ([out, retval] IDCXELM **element) |
Get the current element. More... | |
HRESULT | Next () |
Advances the iterator to the next element. | |
used for iterating over a collection of elements.
Use the element iterator to go over a IDCXOBJ elements. Use a simple clase like while (!AtEnd()) { Get() } or for ( ; !AtEnd(); Next())
HRESULT IDCXELMIterator::AtEnd | ( | [out, retval] VARIANT_BOOL * | atEnd | ) |
Indicates the end of the collection.