Compartir a través de


Método UCOMIEnumConnections.Next (Int32, CONNECTDATA[], Int32)

 

Publicado: noviembre de 2016

Recupera un número especificado de elementos de la secuencia de enumeración.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

int Next(
    int celt,
    CONNECTDATA[] rgelt,
    out int pceltFetched
)
int Next(
    int celt,
    array<CONNECTDATA>^ rgelt,
    [OutAttribute] int% pceltFetched
)
abstract Next : 
        celt:int *
        rgelt:CONNECTDATA[] *
        pceltFetched:int byref -> int
Function Next (
    celt As Integer,
    rgelt As CONNECTDATA(),
    <OutAttribute> ByRef pceltFetched As Integer
) As Integer

Parámetros

  • pceltFetched
    Type: System.Int32

    La devolución es correcta, una referencia al número real de conexiones enumeradas en rgelt.

Valor devuelto

Type: System.Int32

S_OK Si el pceltFetched parámetro es igual a la celt parámetro; en caso contrario, S_FALSE.

Comentarios

Para obtener más información sobre IEnumConnections::Next, vea MSDN Library.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Interfaz UCOMIEnumConnections
Espacio de nombres System.Runtime.InteropServices

Volver al principio