Microsoft SDK for Java

Next

This method of the IEnumConnectionPoints interface enumerates the next IConnectionPoint pointers in the enumerator's list.

Syntax

public void Next(int celt, IConnectionPoint[] rgelt, int[] pceltFetched);

Parameters

[in] celt The number of IConnectionPoint values returned in the rgelt array.
[out] rgelt The array to receive enumerated connection points.
[out] pceltFetched The pointer to the actual number of connection points returned in rgelt array.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.