RewindCollection

This method resets the collection parameter’s internal position pointer to the first member of the collection. The NextCollectionProperty method will return the first member of the collection property in the next subsequent call.

Prototype

void RewindCollection (VARIANT* collection)

Parameters

  • collection - The collection whose internal position pointer should be reset to the first member of that collection.

Return Value

None