Partager via


IEnumAssocHandlers ::Next, méthode (shobjidl_core.h)

Récupère un nombre spécifié d’éléments.

Syntaxe

HRESULT Next(
  [in]  ULONG         celt,
  [out] IAssocHandler **rgelt,
  [out] ULONG         *pceltFetched
);

Paramètres

[in] celt

Type : ULONG

Nombre d’éléments à récupérer.

[out] rgelt

Type : IAssocHandler**

Lorsque cette méthode est retournée, contient l’adresse d’un tableau de pointeurs IAssocHandler . Chaque IAssocHandler représente un gestionnaire unique.

[out] pceltFetched

Type : ULONG*

Lorsque cette méthode est retournée, contient un pointeur vers le nombre d’éléments récupérés.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shobjidl_core.h (incluez Shobjidl.h)