ArcObjects Library Reference (Display)  

IEnumConnections.RemoteNext Method

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

Parameters

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

  rgcd is a parameter of type tagCONNECTDATA

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

Product Availability

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

Description

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

See Also

IEnumConnections Interface