UCOMIEnumConnections.Next(Int32, CONNECTDATA[], Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère un nombre spécifié d’éléments dans la séquence d’énumération.
public:
int Next(int celt, cli::array <System::Runtime::InteropServices::CONNECTDATA> ^ rgelt, [Runtime::InteropServices::Out] int % pceltFetched);
public int Next (int celt, System.Runtime.InteropServices.CONNECTDATA[] rgelt, out int pceltFetched);
abstract member Next : int * System.Runtime.InteropServices.CONNECTDATA[] * int -> int
Public Function Next (celt As Integer, rgelt As CONNECTDATA(), ByRef pceltFetched As Integer) As Integer
Paramètres
- celt
- Int32
Nombre de structures CONNECTDATA à retourner dans rgelt
.
- rgelt
- CONNECTDATA[]
Lors d'un retour, référence aux connexions énumérées.
- pceltFetched
- Int32
Lors d'un retour, référence au nombre réel de connexions énumérées dans rgelt
.
Retours
S_OK
si le paramètre pceltFetched
est égal au paramètre celt
; sinon, S_FALSE
.
Remarques
Pour plus d’informations sur IEnumConnections::Next
, consultez MSDN Library.