The IEnumConnections interface has the following methods:
Clone creates another connection point enumerator with the same state as the current enumerator to iterate over the same list.
Next enumerates the next CONNECTDATA pointers in the enumerator's list.
Reset instructs the enumerator to position itself at the beginning of the list of elements.
Skip instructs the enumerator to skip the next celt elements in the enumeration.