IDiaEnumSectionContribs::NextIDiaEnumSectionContribs::Next
Récupère un nombre spécifié de contributions section dans la séquence d’énumération.Retrieves a specified number of section contributions in the enumeration sequence.
SyntaxeSyntax
HRESULT Next(
ULONG celt,
IDiaSectionContrib** rgelt,
ULONG* pceltFetched
);
ParamètresParameters
celtcelt
[in] Le nombre des contributions de section dans l’énumérateur doit être récupéré.[in] The number of section contributions in the enumerator to be retrieved.
rgeltrgelt
[out] Un tableau à remplir avec les IDiaSectionContrib objets qui représentent les contributions de la section souhaitée.[out] An array that is to be filled with the IDiaSectionContrib objects that represent the desired section contributions.
pceltFetchedpceltFetched
[out] Retourne le nombre des contributions de la section dans l’énumérateur extraite.[out] Returns the number of section contributions in the enumerator fetched.
Valeur de retourReturn Value
En cas de réussite, retourne S_OK
.If successful, returns S_OK
. Retourne S_FALSE
s’il n’y aucun plus contributions de section.Returns S_FALSE
if there are no more section contributions. Sinon, retourne un code d'erreur.Otherwise, returns an error code.
Voir aussiSee Also
IDiaEnumSectionContribs IDiaEnumSectionContribs
IDiaSectionContribIDiaSectionContrib