ArcObjects Library Reference (Display)  

IEnumConnectionPoints.RemoteNext Method

[Visual Basic .NET]
Public Sub RemoteNext ( _
    ByVal cConnections As Integer, _
    ByRef ppCP As IConnectionPoint, _
    ByRef pcFetched As Integer _
)
[C#]
public void RemoteNext (
    uint cConnections,
    ref IConnectionPoint ppCP,
    ref uint pcFetched
);
[C++]
HRESULT RemoteNext(
  Unsigned long cConnections,
  IConnectionPoint** ppCP,
  Unsigned long* pcFetched
);
[C++]

Parameters

cConnections [in]   cConnections is a parameter of type Unsigned long ppCP [out]

  ppCP is a parameter of type IConnectionPoint

pcFetched [out]   pcFetched is a parameter of type Unsigned long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IEnumConnectionPoints is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IEnumConnectionPoints Interface